c# - How do I design a method to list a certain row at the top of gridview table? -


I have a job gridview, in which there is a checkbox "iShop" (a bit call within the job), which means What is the best way to implement this function listed at the top of the "Latest Job Posting" list?

My idea is to ensure that 1 row "ISOP" is checked, all the other checkboxes will disappear along with the other rows, and the job ID will be found in the form of StartRoundX. But how do I write that code?

Why not write a LINQ query and istop descending ? The results should be in your order, when you bind.

Comments