Gridview Sorting with Up and Down Icons
ASP.NET
5
Posts
3
Posters
0
Views
1
Watching
-
Hi.. We need to create a grid view control with multi column sorting with Up and Down Icons in header, can you give me a reference article for it. Thanks, Abbas
-
Hi.. We need to create a grid view control with multi column sorting with Up and Down Icons in header, can you give me a reference article for it. Thanks, Abbas
-
For sorting just have a look msdn For images,you can put the images in header,put both image up and down and show them according to the current behavior.At server side you can maintain the sorting type in some viewstate property.
Cheers!! Brij
Thanks,
-
Thanks,