开发者

sort my entity data source

开发者 https://www.devze.com 2023-01-16 21:57 出处:网络
I dragged an Entity Data Source on to my asp.net web page and a gridview. How exactly do I sort my gridview by default on a column (and descending order)? 开发者_如何学CI\'ve tried a lot of things wit

I dragged an Entity Data Source on to my asp.net web page and a gridview. How exactly do I sort my gridview by default on a column (and descending order)? 开发者_如何学CI've tried a lot of things with no luck.

Thanks,

rod.


You can check the Sort method of the GridView.

0

精彩评论

暂无评论...
验证码 换一张
取 消