dispose of the VEMap object
When pageUnload fires should I dispose of the VEMap object that I created? I'm having memory leak issues and I'm not sure if VE takes care of itself when the user leaves the page. Thanks.
[189 byte] By [
dhoenig] at [2008-1-4]
The VEMap calls the dispose method when the page is unloaded, so there's no need to call that method.
Unforunately, it has memory leak problems. Hopefully it gets fix soon.