I have a map on my ASPX page that does something when a user clicks it. I am also trying to integrate a contect menu into map control and the click event of the Map1 control is firing but not the click event of the ContextMenuItem. I have added a hander to the click event of the ContextMenuItem but it never gets fired. I am also calling a client side script when the users clicks a shapefile feature to indicate the zoom level so the user can't click a shape outside of a ceartain zoom level.
Thanks.