sorting dataView by using ordinal
-
Hi till now i had been using a contol which used to take sql statement for sorting . the sql statement looked like "select * from emp order by 2 desc" But now i am using a dataset which i am getting thru executing a stored procedure. I am converting dataset into dataview and maintaining its view state But the problem is i have to sort like the above sql command by ordinal. is it possible to do the same in dataView.If so pls let me know how to do it. thks in advance
-
Hi till now i had been using a contol which used to take sql statement for sorting . the sql statement looked like "select * from emp order by 2 desc" But now i am using a dataset which i am getting thru executing a stored procedure. I am converting dataset into dataview and maintaining its view state But the problem is i have to sort like the above sql command by ordinal. is it possible to do the same in dataView.If so pls let me know how to do it. thks in advance