Enlarged image in new window ?
-
1. I have a image button in Image.aspx. 2. I want to enlarge image in new window when i click this button. ? 3. Image Path is coming from the database. Got ? Give...
-
1. I have a image button in Image.aspx. 2. I want to enlarge image in new window when i click this button. ? 3. Image Path is coming from the database. Got ? Give...
well, a new window means you pass the id on the URL so the window opens the image and shows it at a bigger size.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
well, a new window means you pass the id on the URL so the window opens the image and shows it at a bigger size.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
The Link is not solve my problem ? Give me a Usefull Link
-
The Link is not solve my problem ? Give me a Usefull Link
Sorry, are you kidding ? How did you open the image in the first place ? You're going to open it the same way in the popup. I really don't get which bit you're stuck on.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
1. I have a image button in Image.aspx. 2. I want to enlarge image in new window when i click this button. ? 3. Image Path is coming from the database. Got ? Give...
Masood Kochi,SSF wrote:
I have a image button in Image.aspx.
Call javascript onClientClick event of this Button.
Masood Kochi,SSF wrote:
I want to enlarge image in new window when i click this button. ?
Ok. You can open new window using
window.open()
Masood Kochi,SSF wrote:
Image Path is coming from the database.
You can pass ID of the image which you get that image on second page on page load event.Get ID from querystring and retrieve data from database. Got? now do?
please don't forget to vote on the post that helped you.
-
The Link is not solve my problem ? Give me a Usefull Link
Seems hopeless case !!! :-\
Thanks, Arindam D Tewary