Insert new row in DataGrid (WebForm)

  • Thread starter Thread starter mg
  • Start date Start date
M

mg

Is there any example code that illustrate the DataGrid
insert operation?

I want to insert a new row into a DataGrid (WebForm/C#).
I'd like to press a button, enter the new column values
in some TextBoxs, press a second Button and have the new
row values appear in the DataGrid (and the underlying
database table).
 
Back
Top