thumbnail enlargement in asp.net
-
Hi, I have a datagrid in which I am showing thumbnails in one column. I want the user to see a large image when he click on that image. Can any one help me? Thanks, Swaroop
-
Hi, I have a datagrid in which I am showing thumbnails in one column. I want the user to see a large image when he click on that image. Can any one help me? Thanks, Swaroop
-
It is upto how you want to perform that. What you can do is on the click of that image open the large image in a pop up page.
Best Regards, Apurva Kaushal
Thanks for your reply, but I didn't get when you said open the "large image". There's no such larger version of that image, I have to make it large and my question is how we can achieve this? Thanks, Swaroop.
-
Thanks for your reply, but I didn't get when you said open the "large image". There's no such larger version of that image, I have to make it large and my question is how we can achieve this? Thanks, Swaroop.
Sorry, initially ithought that you are having both the images with you and you just want to display the larger one on click of thumbnail. Probably this article will help you in enlarging the image. http://www.codeproject.com/aspnet/ASPImaging1.asp[^]
Best Regards, Apurva Kaushal
-
Hi, I have a datagrid in which I am showing thumbnails in one column. I want the user to see a large image when he click on that image. Can any one help me? Thanks, Swaroop
Put it in an Image control and set the heighth and width to values you want and it will stretch the image. It's going to lose quality, but there's no getting around that unless you have the original, larger version.