|
|
Inserting a New Row |
|
|
JAL Computing |
|
|
ASP.NET / Database Tools |
|
|
Click to Visit |
|
|
31 |
This is a tutorial which helps ASP.NET developers to learn about how to insert a new row in the datagrid control. You can add a row in the datagrid control using two methods such as by using the DataSet and SqlDataAdapter. You can use a textbox in the HTML form to gather information regarding new row and this information is passed to the dataset object. The dataset object then automatically inserts a new row in the datagrid. You can get the complete sample code with explanation from this tutorial.
|