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...
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...