Sort GridView Bound to DataTable

后端 未结 2 1293
遇见更好的自我
遇见更好的自我 2021-01-23 16:15

I have a repository that contains all of my LINQ queries for this project that I am working on. I am able to get the LINQ results to a DataTable and bind that to a gridview for

2条回答
  •  灰色年华
    2021-01-23 16:56

    I ended up solving this problem using this example from MSDN and attaching my own datatable, which was acquired through a LINQ Query in my repository.

提交回复
热议问题