ASP.net

I was wondering how I would do this in ASP.net

Lets say I have 3 images be pulled from the database, how would I then make them clickable to view larger version

Sorry if this is the wrong area...not sure where to put this question :(



Answer this question

ASP.net

  • Sreraman Narasimhan

    I would create a thumbnail for each image and store that too. Then on one page show the thumbnail and set the link url of th eimage to be the url of the larger image.

  • Bob Wesolowski

    Although we have this forum for web services questions, www.asp.net is the right place for this question, and ASP.NET questions in general.



  • ASP.net