Hi there,
Is it possible to change sequence of records on one page of gridview from the code behind page(such as data bound event of gridview etc.)?
Here is the details of populating gridview.
I am binding data to the gridview through generic collections, populating generic collection through store procedure. I have applied custom paging on gridview.
On one page I want to change records position as per the criteria, some records at the start and some at the end on the page.
Is it possible to do that?
I am struggling with this issue since from long time. It's urgent now. I would really appreciate your help.
Thanks in advance.
Comments