Wednesday, January 2, 2013

Bind data with GridView using SqlDataSource in Asp.Net

Accessing a remote database in .Net is relatively simple as compared to what we did during the Classic ASP era. One of .Net’s most powerful controls is theSqlDataSource, which allows web controls to easily access the database and its objects. SqlDataSource can be bound with another popular and useful control, the GridView control.

Learn more about "SqlDataSource"

No comments:

Post a Comment