Click here to Skip to main content
15,917,645 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to get columns in a repeat direction like photos of one column of multiple records appear in one row, secondly paging can be done, but both the requirements are not fulfilled by one control like first one is possible with datalist and second one is available with gridview moreover I need it should be updateable. Suggest me control in which I can done all the things.
Posted

1 solution

DataList is really useful when you want to show multiple records to appear on one row, and to manage paging you need to write your custom paging logic. I don't think this is a tough task, you can find lot of examples on DataList custom paging.

I found this

http://www.c-sharpcorner.com/UploadFile/rizwan328/DataListCustomPaging01112009021450AM/DataListCustomPaging.aspx[^]

Custom Paging for DataList[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900