I have an image which is too big so by default I want it to be hidden and instead, display something like a “+” sign on the page. toggle that sign will show/hide the image. Which component in asp.net can achieve this? I did not find anything in the VS 2010 Toolbox.
Share
Don’t think there is anything built in to do this. My first thought would be to use a LinkButton and have it’s onclickEvent show the picture. To give you an idea:
Aspx page:
Code behind:
If you are interested in using jQuery you could probably do something MUCH cooler than this though…
If jQuery is an option start here: