Question : Manually populate Gridview

I want to create a gridview type object and manually insert the values for each row and colum. I do not have a datasource to bind it to, I just have values I read in manually.

Answer : Manually populate Gridview

You can create your own DataSet object and add Tables to it manually.

Here is a simple example:
http://www.experts-exchange.com/Programming/Q_21092101.html#11793744

Random Solutions  
 
programming4us programming4us