I am looking for a control which can show me selected image detail view which is actually gonna be bigger image in a modal pop up to show a better view of image to my customers. You know those standard modal pop-up resizeable to selected image original size. Dynamicly resizable modal pop-up is actually what I am looking for and of course it should be for Asp.net (if possible for 3.5)

I've searching for a while but I haven't been able to come up with a acceptable solution yet.

Thanks in advance.

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

Although not asp.net, but rather javascript based, Lightbox is the granddaddy of displaying a popup with a larger image. http://www.lokeshdhakar.com/projects/lightbox2/

There are many other similar open-source client-side 'controls' that would do what you want.

You may also need to roll your own from jQuery of YUI to build the resizeable requirement that you want.

link|improve this answer
You know what, that is great. I can use that in my asp.net project. Thanks. It seems easy to implement in my project. – Braveyard Jul 12 '09 at 21:59
Dude, thanks again. It works charmingly and super easy to apply to my own project. – Braveyard Jul 13 '09 at 1:11
You're welcome. – cdm9002 Jul 13 '09 at 21:34
feedback

You might want to have a look at Telerik: http://www.telerik.com/products/aspnet-ajax.aspx

The have some controls that would probably get the job done. Otherwise search for Infragistics, they have similar controls.

link|improve this answer
But they're not free . I want free of charge controls because I am not that much rich :) – Braveyard Jul 12 '09 at 17:28
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.