Apr 24, 2007 #1 overDeveloper Programmer Joined Dec 11, 2006 Messages 58 Location US Is there an easy way to make a DataList sortable via the column headers (like with a DataGrid)?
Apr 24, 2007 #2 ca8msm Programmer Joined May 9, 2002 Messages 11,327 Location GB I presume so although I've never tried. You could use a DataView behind the scenes, sort that and then rebind the DataList. ____________________________________________________________ Mark, [URL unfurl="true"]http://aspnetlibrary.com[/url] Need help finding an answer? Try the Search Facility or read FAQ222-2244. Upvote 0 Downvote
I presume so although I've never tried. You could use a DataView behind the scenes, sort that and then rebind the DataList. ____________________________________________________________ Mark, [URL unfurl="true"]http://aspnetlibrary.com[/url] Need help finding an answer? Try the Search Facility or read FAQ222-2244.