Gridview Operations [ Insert , Delete , Update ] using asp.net with c#.net
Gridview is one of the server-side control.It mostly used in asp.net control that retrieves data from database and shows the total information in the form of table format.Gridview must linked to any DataSource in order to show the data on webpage. SQLDatasource is one of the DataSource that GridView supports. The task of the SQLDataSource is to retrieve the data from SQL server Database.
No comments:
Post a Comment