MapPoint asp.net VB How to catch a click?

  • Thread starter Thread starter collegeCoder
  • Start date Start date
C

collegeCoder

Please help
I want to show a mapPoint map on a web page with say thumbtacks or som
other marker to show where a location is. When the user clicks on tha
location I want to take some data associated with that location (i.e.
FK into another DB or just say a unique ID and the name of tha
location) and load that info (client side) into check box list.
Problem is How do i catch the click?
please help
(e-mail address removed)


-
collegeCode
 
You will not be able to capture a click event unless the markers are
controls that expose themselves to the event processing model.
I would say you need to study the MapPoint SDK to determine
what -- if anything -- you can do with markers.

--
<%= Clinton Gallagher
A/E/C Consulting, Web Design, e-Commerce Software Development
Wauwatosa, Milwaukee County, Wisconsin USA
NET csgallagher@ REMOVETHISTEXT metromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/
 
Back
Top