views:

63

answers:

0

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?