Buy Questpond's video subscriptions on
huge discount
.
Online: 3836
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Forums
>
ASP.NET
>
Loading ...
Image Mapping In Asp.net with C# and MSSQL ?
Posted by
Abhi24h
under
ASP.NET
on 8/12/2012 |
Points: 10
| Views : 2604 | Status :
[Member]
| Replies : 1
Write New Post
|
Search Forums
|
Resolved Posts
|
Un Answered Posts
|
Forums Home
I want use image mapping in asp.net with C# and MSSQL.
In image map when i use mouse over the value will come from database.
Please suggest me, How to do?
Abhishek Kumar
http://abhishekkumar.in
Redeemer Engisoft Pvt.Ltd
Reply
|
Reply with Attachment
Alert Moderator
Responses
Posted by:
Vikash
on: 8/12/2012
[Member]
Starter
|
Points: 25
0
Abhishek ji,
Keep your ImageMap inside data control and use databinding expression with AlternateText property
<asp:ImageMap ID="ImageMap1" Width="500px" ImageUrl="~/Images/diaries.jpg" runat="server">
<asp:RectangleHotSpot Bottom="20" Left="0" NavigateUrl="~/Default2.aspx" AlternateText='<#Eval("Name")' Right="100" Top="0" />
<asp:RectangleHotSpot Bottom="20" Left="151" AlternateText="sonu" Right="150" Top="0" />
<asp:RectangleHotSpot Bottom="20" Left="252" AlternateText="sonu" Right="100" Top="0" />
</asp:ImageMap>
If need furthur help reply on this..........
Regards,
Vikash Pathak
Abhi24h
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Login to post response
Latest Posts
How to get the exact property name while getting error
(0)
PDB file is not showing Line Number in dot net application hosted on server
(0)
Both Strings morethan 5 letters in length end of the words one vowel and one consonent is different
(0)
how to check Any adjacent letters transposed between two strings(ex: JOHN, JHON)
(1)
can't receive data after success login ?
(1)
Implement Multi-Tenant in Azure Logic Apps
(0)
Why ASP.Net Core 7.0 Web API showing as Connection refused?
(0)
Iterating over columns of dataframe and print as rows in Python Django
(0)
More ...