I have a formB that opens from formA. On formA there is a button to add new items and then a save button. On formA it allows only one item to be added as a time. On formB I have a datagridview and several buttons (Close and Save). The dgv is not bound it is for the user to add multiple items then save it all back to the sql db table. That is all this formB and dgv is used for, mulitple inserts at one press of a button. Which will save alot of time and aggravation for the user. I have used dgv that receive data from the db but never in the manner indicated above and always having the columns/column headers appear because connected to the db. I left the dgv to allow adding and deleting but not updating How is the design of the dgv done if no data is being added except by the user? I know, trivial question to ask but not familiar with it.
Thanks...John