gridview add rows

  • Thread starter Thread starter John
  • Start date Start date
J

John

I need to create a gridview thats shows a drop down, and 4 textboxes for
inputs and I also need a button that will allow the user to add more rows to
the gridview for input. Then the user hits a save button and the dropdown,
and textbox values are passed to a stored procedure to be saved into a
database.

is this possible to do and is there an example I can look at?
 
Back
Top