Event handler can't be detached

Last post 2/10/2009 8:54:28 PM by kayhustle. 1 replies. << Back to Web.Maps.VE v2.0 General
2/10/2009 6:41:46 PM
kayhustle

Event handler can't be detached

I'm trying to detach the OnClick event handler from the map and this doesn't seem to work. When the delegate is detached in the code, it is still active on the next postback. I'm trying to do this to avoid the situation I get when the user imports a 3d model into the map. Thanks
2/10/2009 8:54:28 PM
kayhustle

Re:Event handler can't be detached

I was able to detach it in the PageLoad, however detaching that event didn't seem to do anything for the issue I was getting with loading 3d models into the map.