Click here to Skip to main content
15,896,606 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Now I develop a project for a newspaper. I want that when I mouse hover on the news it selected automatically that paragraph and if click it shows the same paragraph details.

For this you can visit this URL. http://samajaepaper.com

In this URL you can see when I hover mouse on a news it selected automatically and if I click on the news it shows it. Now help me for doing this in asp.net.
Plz send an example for doing that.

Thanks & Regards
Bigyan
Posted
Updated 30-Jun-13 21:31pm
v4
Comments
Prasad Khandekar 20-Jun-13 6:37am    
Hello Bigyan,

The site you have mentioned makes use of image maps. And on clicking a particular area in image it's streaming a PDF file.

Regards,

I am totally agree with Prasad.You can have a look at below article where the concept is same,so you can see how it works.

A Quick Start Lesson to the ASP.NET ImageMap Control[^]

:doh:[EDIT]:

ImageMap.NET[^]

ASP.Net Imagemap Hotspot shapes[^]

In that,images have specific hotspots. On clicking that hotspots,it navigates to URL(It can be anything). So you can move forward such that,your images shows hotspot,if anyone clicks the hotspot,it should navigate to the specific news related file.
 
Share this answer
 
v3
Please go through the below link, This may helps you
http://ajaxian.com/archives/javascript-image-magnifier[^]

--RA
 
Share this answer
 
Comments
bigyan sahoo 1-Jul-13 3:29am    
Can you give one DEMO example for this question.

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