Populating a GridView in code

  • Thread starter Thread starter Greg Smith
  • Start date Start date
G

Greg Smith

I am looking for examples for populating a GridView in code.

I have a GridView that I want to show unbound when the form opens and then
filled with different collections of data based on options the user selects.


Any help is greatly appreciated.
 
The idea is that based on the user selection, you would databind the grid to
different datasources (collections). You better ask specific questions as
you go.
 
Back
Top