I have a requirement to add serveral images to an asp:placeholder control on a webpage. The added images are displayed one after the other across the page. However if the browser is resized by the user and the width is less than the overall length of the added images then the placeholder should be truncated and 3 dots added to the end of it to indicate there are more images in the "list" but they are unable to be diaplayed. I am using standard asp:image controls in C#, does anyone have any idea how this can be done?

link|improve this question
What's wrong with the scrollbar? I've never seen this implemented based on browser size. Pick a number you want to display per page and give them a "next" link. – Jeremy Stein Nov 19 '09 at 16:58
This is implementation that has been requested, its not my own choice so I can't add scrollbars, infact I have had to set overflow to hidden so the excess disappears from screen but can't find a way of displaying the requested (...) on the end. – SB. Nov 20 '09 at 9:10
People ask questions for a reason, I wish people trying to answwer would get the point why people asked in the first place instead of stating things that are of no help what so ever. – SB. Nov 20 '09 at 9:12
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.