This document contains code for inserting records into a DataGrid control in a C# application. The code opens a SQL connection and loads data from a database table into a DataSet. It then adds a new row to the DataSet with values from text boxes, and updates the database. Finally, it sets the DataGrid's data source to display the updated records.
Download as DOC, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
21 views
Practica de C # Insercion de Registros Datagrid
This document contains code for inserting records into a DataGrid control in a C# application. The code opens a SQL connection and loads data from a database table into a DataSet. It then adds a new row to the DataSet with values from text boxes, and updates the database. Finally, it sets the DataGrid's data source to display the updated records.