Silly question

  • Thread starter Thread starter Qin Zhou
  • Start date Start date
Q

Qin Zhou

I felt silly to ask this question, but since I don't know
the answer.... So here it goes.

Is there a server control for the html <map> tag?


Thanks

Qin Zhou
 
You might be looking for the HTMLInputImage Control. It creates a button
that displays an image. You can programmatically control the action
associated with thecontrol by providing an event handler for the ServerClick
event and catching the XY clicked coordinates.

http://samples.gotdotnet.com/quickstart/aspplus/samples/webforms/ctrlref/web
ctrl/imagebutton/doc_imagebut.aspx
--
Regards

John Timney (Microsoft ASP.NET MVP)
----------------------------------------------
<shameless_author_plug>
Professional .NET for Java Developers with C#
ISBN:1-861007-91-4
Professional Windows Forms
ISBN: 1861005547
Professional JSP 2nd Edition
ISBN: 1861004958
Professional JSP
ISBN: 1861003625
Beginning JSP Web Development
ISBN: 1861002092
</shameless_author_plug>
 
Back
Top