What is GridView ?
Displays the values of a data source in a table where each column represents a field and each row represents a record. The GridView control enables you to select, sort, and edit these items.
In the Data Source Configuration Wizard, select SQL Database, specify the ID of the SqlDataSource control and click the OK button.
Now click on the New Connection button to set the Connection String to the TestDB Database.
The New Connection button opens the Add Connection dialog where you will need to select the SQL Server instance and the database. Once the appropriate selections are done, click on the Test Connection button to test the connection.
Finally click on the OK button.
Now your SqlDataSource is properly configured
Displays the values of a data source in a table where each column represents a field and each row represents a record. The GridView control enables you to select, sort, and edit these items.
In the Data Source Configuration Wizard, select SQL Database, specify the ID of the SqlDataSource control and click the OK button.
Now click on the New Connection button to set the Connection String to the TestDB Database.
The New Connection button opens the Add Connection dialog where you will need to select the SQL Server instance and the database. Once the appropriate selections are done, click on the Test Connection button to test the connection.
Finally click on the OK button.
Now your SqlDataSource is properly configured
No comments:
Post a Comment