ASP.NET 2.0 and data Access ASP.NET 2.0 provides us with improved data access modes, which reduces the amount of code required to perform data binding in ASP.NET 1.x. First, there is no need to program the implementation of an instance, setting attribute, and a method of calling the ADO object in the aforementioned list. What you need to do is simply adding a server-side control on the page and sets the properties. When presenting the page, ASP.NET 2.0 will automatically perform all object instantiations, and call methods to create and display data. Contrast the following ASP.NET 2.0 code with the above code:
demo title> head>