W
Whitney Yiu
I have a gridview object, and i have bound it to data. I created a sort
method, and have set it so that when the gridview heading is clicked on, it
should sort the gridview (the [gridview]_sorting() method fires when a
heading is called, and then my sort method is called within there).
My sorting works, and it is set to sort both asc or desc. But right now i am
only getting desc. sorts because the gridview_sorting() method fires twice
(one right after another) and i have no clue why.
can anyone help me out, and explain what's going on here?
any help is appreciated, thanks!
--whit
method, and have set it so that when the gridview heading is clicked on, it
should sort the gridview (the [gridview]_sorting() method fires when a
heading is called, and then my sort method is called within there).
My sorting works, and it is set to sort both asc or desc. But right now i am
only getting desc. sorts because the gridview_sorting() method fires twice
(one right after another) and i have no clue why.
can anyone help me out, and explain what's going on here?
any help is appreciated, thanks!
--whit