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
jonm@dotnet.itags.org.adhe.arknet.ed
-
collegeCode
----------------------
Posted via http://www.codecomments.co
----------------------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/
"collegeCoder" <collegeCoder.16x84i@.mail.codecomments.com> wrote in
message news:collegeCoder.16x84i@.mail.codecomments.com...
> Please help
> I want to show a mapPoint map on a web page with say thumbtacks or
some
> other marker to show where a location is. When the user clicks on that
> location I want to take some data associated with that location (i.e.
A
> FK into another DB or just say a unique ID and the name of that
> location) and load that info (client side) into check box list.
> Problem is How do i catch the click?
> please help
> jonm@.adhe.arknet.edu
>
> --
> collegeCoder
> ----------------------
--
> Posted via http://www.codecomments.com
> ----------------------
--
0 comments:
Post a Comment