
In this article I will try to explain you the new features of ASP.Net 2.0 Data Control i.e. SqlDataSource and GridView control. In ASP.Net 1.0/1.1 we find DataGrid control which allows the users to SELECT, UPDATE, MODIFY and DELETE their data on the web form. For example, you have an e-commerce website, user visit your site and select products in it shopping cart once product is selected now visitor wants to edit, update or delete product. In these kinds of scenarios DataGrid provide very much flexibility to developers. But working with this control requires a lot of programming in code behind.
|