User-410261901 posted
HiThereItsClaire
I want to have a gridview with no data source and use it strictly for data entry. Then bind the data to a data table when C# when a user presses the save button.
Can a asp:gridview be used in thish format?
Sure, but it would be easier to simply create an input form. What feature does the GridView provide over a server control like the
FormView which is designed for creating input.
Hello - the link you posted does not appear to work for me?
I only was thinking gridview as the headers would be database field names so it "should" be relatively easy to map those fields to the database, and adding rows would be very easy as well, since a gridview will auto-add.
I'll look into a FormView - see if I can find a good tutorial on google.