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
No comments:
Post a Comment