Lil Ms Squirrel
Jul 4th, 2005, 04:23 PM
I've created a web custom control that works like the Windows explorer picture view folder (ie if there are pictures in the folder, it shows four little thumbnails of the pictures in the folder).
The control is created by adding image controls to a table and renders fine.
The only problem is that I want the user to be able to click anywhere in the table and navigate off to a page that displays the control.
Using a hyperlink control isn't any good because the images i'm using aren't thumbnail size -- i create an image control and then set the height and width to make them tiny. If I try replacing the image with a hyperlink control, the pictures render at full size.
Anyone got any ideas how I can do this? :confused:
The control is created by adding image controls to a table and renders fine.
The only problem is that I want the user to be able to click anywhere in the table and navigate off to a page that displays the control.
Using a hyperlink control isn't any good because the images i'm using aren't thumbnail size -- i create an image control and then set the height and width to make them tiny. If I try replacing the image with a hyperlink control, the pictures render at full size.
Anyone got any ideas how I can do this? :confused: