1.

What Are The Data Source Controls?

Answer»

Data access in ASP.NET 2.0 is now performed declaratively using data source controls on a page. In this MODEL, support for new data backend STORAGE providers can be easily added by implementing custom data source controls. Additionally, the SqlDataSource control that SHIPS in the box has built-in support for any ADO.NET MANAGED provider that implements the new provider FACTORY model in ADO.NET.

Data access in ASP.NET 2.0 is now performed declaratively using data source controls on a page. In this model, support for new data backend storage providers can be easily added by implementing custom data source controls. Additionally, the SqlDataSource control that ships in the box has built-in support for any ADO.NET managed provider that implements the new provider factory model in ADO.NET.



Discussion

No Comment Found