GridView: Handle multiple fields/columns returned from a Stored Procedure

  • Thread starter Thread starter pichula
  • Start date Start date
P

pichula

I recently started with .NET and C#.

I have a stored proc in SQL Server that returns a dynamic/variable set
of columns depending on the parameter I pass. I'd like to display the
information in a gridviewand be able to show the column header names
correctly.


Is it possible to do this with a GridView?


Thanks for any help/suggestions I can get.


Pichula
 
Back
Top