Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

asp.net/c# paging with a repeater

Status
Not open for further replies.

frmg

Technical User
Oct 31, 2008
2
US
can anyone give an example of how to enable paging when using a repeater, (both C# and aspx code)? I know it can be done using datagrid, but I would like the flexibility of using the repeater.

My goal is similar to a products list page, where a bunch of images will be displayed dynamically with the description under it.

I think I would have to use viewstate, but cant figure it out since the images will change depending on what catagory is chosen.

Eventually, I am planning on when you click on the image to have another page open with a larger image and more details.

I am still learning all this so the more detailed the better.

Thank you for any help you can provide...
 
you need to create the paging manually. you can use another repeater to create the paging if you want 1,2,3,4,n
there are example on the web of how to do this.

Jason Meckley
Programmer
Specialty Bakers, Inc.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top