sort columns of gridview in asp.net c#

前端 未结 7 419
别那么骄傲
别那么骄傲 2020-12-17 00:43

Can anyone tell the function to sort the columns of a gridview in c# asp.net.

The databound to gridview is from datacontext created using linq. I wanted to click th

7条回答
  •  天涯浪人
    2020-12-17 01:28

    more information on sorting in a gridview can be found here: MSDN Gridview sorting the methodology used to get the data should not matter, you can use the same sorting.

提交回复
热议问题