Click here to Skip to main content
15,896,541 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need a image gallery form.
I used a datalist, placed a image button inside it and set bound url.
Set repeat column property of datalist is 5 then show a five pictures in each row. I don't know how to paging (Next, last ,first) options

How to do best?
Posted
Updated 14-Nov-10 18:53pm
v2

1 solution

For handling paging in the datalist you need to write the paging logic by yourself. There is not inbuilt paging support present for the datalist.

Check following articles expalining paging in the datalist.

http://aspalliance.com/articleViewer.aspx?aId=157&pId[^]


http://weblogs.asp.net/scottgu/archive/2006/01/07/434787.aspx[^]
 
Share this answer
 
v2

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