Subject: GridView sort without DataSet?
Posted By: drasko Post Date: 9/23/2006 3:28:09 AM
HI,

My datasource isn't database but is:
GridView1.DataSource = DirectoryInfo.GetFiles();
and need to sort GridView1. Do I have to transform datasource to DataSet or DataTable and how would I do that, or something else...

Is it possible to sort data in GridView without database

Thanks
Reply By: Alexds Reply Date: 10/3/2006 6:57:45 AM
No, sorting works only with DataSet or DataTable


Go to topic 50532

Return to index page 158
Return to index page 157
Return to index page 156
Return to index page 155
Return to index page 154
Return to index page 153
Return to index page 152
Return to index page 151
Return to index page 150
Return to index page 149