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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top