Click here to Skip to main content
15,894,825 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Dear Friends,

I have one Requirement in my project.

Presently am working on asp.net c#,sqlserver 2005.

I have 10 Images in my images folder....ok.

I have a webpage with 10 links in that webpage.

i dont want to create new pages and link to that images.

I want to display the image in same page when particular link clicks.

For Example:
============

my links are......

view restaurants

view hotels

view carparking

view maps

I have Images for this links, I have Image for Restaurant,hotels...etc.

So, When I click on these links, it must display the particular image on same page.


Please help me THANKS.
Posted
Comments
Nelek 21-Oct-12 17:26pm    

hi,

Use multiview for it.

When user clicks on it hide view1 & display 2 view.

or you can also use jquery fancy box.
 
Share this answer
 
Plese try this to show images in different ways without much coding. Light Box
 
Share this answer
 
make ajax request load images on link click event
load json response as tumbles
 
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