Datagridview Help

craigs

New member
Joined
Jan 7, 2008
Messages
1
Programming Experience
Beginner
Hi All,

I've got a datagirdview that I've created in the desginer and it has a couple of combobox columns & text columns. now I've set this up as a unbound datagridview but the combo box columns are bound.
Now i've been able to create the code to save the data to the correct tables in the database but i'm having trouble trying to work out how to redisplay the data that has been saved in the database. eg a search button.
I created a stored proc that will return all the columns that are in the datagirdview but i can't get it to display the rows.

I've been trying to search and find the information on how to do this with no luck so far.
does anyone have some code samples of how to do this.

Thanks
Craig
 
Back
Top