| 1. |
What Are The New Data Controls In Asp.net 2.0? |
|
Answer» Data access in ASP.NET 2.0 can be ACCOMPLISHED completely declaratively (no code) using the new data-bound and data source CONTROLS. There are new data source controls to represent different data BACKENDS such as SQL database, business objects, and XML, and there are new data-bound controls for RENDERING common UI for data, such as gridview, detailsview, and formview. Data access in ASP.NET 2.0 can be accomplished completely declaratively (no code) using the new data-bound and data source controls. There are new data source controls to represent different data backends such as SQL database, business objects, and XML, and there are new data-bound controls for rendering common UI for data, such as gridview, detailsview, and formview. |
|