Can anybody explain me concept of .NET programming ?
When programming with .NET the basic idea is that you can use simple controls which then render great blocks of code – HTML and JavaScript. It’s almost a shortcut way of programming otherwise quite complicated functionality with a vast library of controls. For example, to show a table of data on a page you would in traditional programming have to write a table header script, loop through each row of data and then write a footer along with any other options – paging, sorting by column, etc. With .NET you simply add a GridView control (one line) and then choose the options you want and it renders all the programming scripts for you.