I need to be able to allow the user to Pan around the map using their mouse and to be able to click on a feature and post back to the server.
I thought about having a "pan button", turning on a pan only mode and a "select feature button", turning on the map onClick event.
Easier said than done. I've tried doing this client side with a form on click event - but it seems like the map is setup in an iframe which I can't control. I have tried doing this server side - with not setting up the onClick event - but as long as I have a method that handles.Map1.Click posts back anyway.
Any Ideas?
Thanks! Cyndi Pruett