Creating a new Gridview Record
C#
1
Posts
1
Posters
0
Views
1
Watching
-
In my web app I have a gridview with some records that I can delete and update. The gridview is populated with individual user data. I want to have a single Add New button at the bottom of the Gridview that inserts new cells that I can add information. The app is written in C#.net using asp.net2.0. If any can help please let me know.