creative scroll bar for asp.net

A

Aussie Rules

Hi,

I want to have a control of some sort that would allow me to have a series
of thumbnail images, with a text title below (loaded from a sql db, which is
just a SQL sp returning image col data) that when clicked on go to a link.
Whilst thats easy, the tricky bit is in the presentation. I want to only
have a small section of my asp.net (vb.net) page showing say one or two rows
of these image with the ability to scroll just that section of images.

If you are familiar with the apple itunes music store you will understand
this better, as it has exactly what I want. It uses arrows on the side of
the display section that when clicked scroll to the next page of thumbnail
images..

Does anybody know of a control like this ?


Thanks
 
W

Walter Wang [MSFT]

Hi Aussie,

Thank you for your post.

I don't know any existing control can do that but I think it's not very
difficult to build a custom control to do that. The key part is to manage
the current page index of showing images, you can save it in ViewState and
render the image list accordingly. In the left and right arrow's click
event, just decrease or increase the page index.

Please feel free to post here if you need help on creating custom controls
or anything is unclear.

Regards,
Walter Wang ([email protected], remove 'online.')
Microsoft Online Community Support

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,902
Latest member
Elena68X5

Latest Threads

Top