Add Row to Gridview
ASP.NET
3
Posts
2
Posters
0
Views
1
Watching
-
Add a new row to the datasource and rebind it. Assume you are using DataTable as data source, then add a new row to this data table instance and bind it again to the grid view.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
-
Add a new row to the datasource and rebind it. Assume you are using DataTable as data source, then add a new row to this data table instance and bind it again to the grid view.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions