Datagridview.
479780Feb 8 2007 — edited Feb 13 2007Hi Guys, I’m not sure if this is the right place to post this question by I’ll still try anyway.
I have a window application form created using Visual Studio 2005.The form contains four textbox controls and a save button and a DataGridView control
I have an Oracle procedure that inserts records into the oracle database. When I need to save a record, I pass the values entered into the textboxes as parameters to the procedure and this works fine.
My problem is how to code in such a way as that I can pass the values entered in the DataGridView columns as parameters to the procedure
Pls Help.