Datagrid Population
hi,
I have a datagrid, the columns of which i have to populate from values returning from a stored procedure.
Say there are 10 columns in the datagrid.
My 9 columns have to be populated from the output of a stored Procedure. The input of the stored proc is going to be the value of column 1.
My doubt is how will i bind the data returned by the stored proc to the datagrid??
Thanks in advance,
Jaya
|