| |
|
Can we bind data to a server control without writing code in .NET?
Yes, that is possible. ASP.NET 2.0 has the feature of declarative solution for data binding which requires no code at all
for the most common data scenarios, such as:
* Selecting and displaying
* Data Sorting
* Paging and Caching
* Data Updating
* Inserting and Deleting Data
Bind data to a server control without writing code
Masterpage ContentPage
Nested Masterpage?
SiteMapPath control
Sort GridView
Hotspot class, ImageMap
Update Delete Gridview, Datakeynames
| |