Is there a way to display gridview as “gallery view” instead of plain “list view”. For example like ebay(you can toggle the view 1.list view, 2.gallery view, 3. side by side view). Any asp.net controls or jQuery controls will do the job for me. Please suggest.
Share
One way to accomplish this would be to use the ListView server control to make a template that looks like the “Gallery View” you have in mind.