Hi
When the extent is changed I do a lot of server side processing that I need to fetch from the client when the map has finished rendering. First I have an ExtentChanged event that is triggered server side. I store the result in a session variable which I want to retrieve afterwards wtrouh a web service. I have tried the following:
<cc1:Map ID="Map1" runat="server" Width="100%" Height="100%" OnClientExtentChanged="alert('show me the money');" OnExtentChanged="Map1_ExtentChanged">
The alert is however only shown the first time the map is shown. Is this a bug or am I mising something out?
In case this can not be acomplished here is what I try to achieve. The information retrieved through the web service is a series of urls and screen coordinates where iframes showing the urls in these "mini browsers". Is there another way of generating this "html" type overlay? Server side rendering of this is not an option.
Best Regrads
Franz Thomsen