how to apply sorting(ascending+descending) on the same column of datagrid in asp.net.
suppose a column on the datagrid showDate. if we have to click on it then it will sort the datagrid in ascending order. and if again click on the same column then it will sort the datagrid in descending order.