DataGridView:
DataGridView control is the most important and high features and little tipycal control in C#.Net.The DataGridView control will be like a ecell datasheet. So if u want to use this control you have to maintain all the cells in the datasheet. Here the control having Rows and Columns. These rows and columns must maintain carefully.
To update the DataGridView control with the DataAdapter is an easy thing. To do that you have to maintain some little steps here. Those this must be maintain some steps while writing the code, then only you will update the datagridview successfully to the database.
DataGridView control is the most important and high features and little tipycal control in C#.Net.The DataGridView control will be like a ecell datasheet. So if u want to use this control you have to maintain all the cells in the datasheet. Here the control having Rows and Columns. These rows and columns must maintain carefully.
To update the DataGridView control with the DataAdapter is an easy thing. To do that you have to maintain some little steps here. Those this must be maintain some steps while writing the code, then only you will update the datagridview successfully to the database.