populate datagridview from stored procedure

tcl4p

Well-known member
Joined
Feb 29, 2008
Messages
48
Programming Experience
1-3
Does anyone have some sample code to bind a datagridview from a stored procedure vs binding to a datasource on the form? I did a search, but couldn't find much on using code to load and configure the datagridview.

Thanks
Tom
 
Does anyone have some sample code to bind a datagridview from a stored procedure vs binding to a datasource on the form? I did a search, but couldn't find much on using code to load and configure the datagridview.

Thanks
Tom

There isnt much difference between using a SELECT query and using a stored procedure. What part are you struggling with?
 
Back
Top