|
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
|