Click to See Complete Forum and Search --> : How generate a datagrid from stored procedure


lrrajesh
06-07-2005, 09:27 AM
How generate a datagrid from stored procedure

Can i generate a a set of values from a stored procedure to a datagrid. can anyone provide the code for it

thanks

A1ien51
06-07-2005, 09:38 AM
It is no different than using a normal sql statement to fill the grid.

Run the stored proceedure and fill up a dataset and bind it to the grid.

Eric