Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I am working with Asp.Net C# 3.5 web applications. In our web applications we are using many images and those images are not static. The end-user can upload and view the images as per their wish. But before login they couldn't upload or view their images. Now this is successfully implemented and working fine.

As per the current coding, I am using 2 asp:image controls. One for imgPreview and second for imgEnlarge. And the code like, imgPreview.ImageUrl = '../ShowImage.aspx?pathid=x' and imgEnlarge.ImagUrl = imgPreview.ImageUrl.

asp:imgPreview has the size of 25 px X 25 px and asp:imgEnlarge will take the image dimension. To show the enlarge view, I am using ajax:ModalPopupExtender.

The above is working fine.

The new requirement is, inside the ModalPopupExtender (i.e. inside the enlarged view), I need to give Zoom In, Zoom Out, Full Screen, Roate, ... etc options.

Please suggest any idea for this. (Note:- Images are dynamic and before login they should not view images)
Posted

Hi,

If your already using the AjaxControlToolkit (i.e. your ModalPopupextender) - then why don't you have a look at the Seadragon control.

... here's a nice article on how to use it.

Hope it helps.
 
Share this answer
 
Please Give me any other example ..
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900