when I dispaly the rows from DB using GridView, the columns appear without order. like:
Class Course Name ID
and I want to display them by order. like:
ID Name Class Course
how can I do that ?
this is thr first piont
the second point is how can I RENAME the column ?
thanks,