GridView sort without DataSet?
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
|