ThinkGeo.com    |     Documentation    |     Premium Support

CurrentExtent not stable

Hi,


I have a aspx page with three tabs. On the third tab I have Map. Based on the first tab result, the map will have few markers. 


But When I click the third tab and view the map, it is lost the currentExtent and showing the full world map. But when I am in the 3 rd tab and refreshing the data by clicking a button, its getting the correct currentExtent which I stored in the ViewState.


Please guide me.. how to resolve this.


Thanks 


C.Raja.


 


 



Raja, 
  
 I believed that you are using an Ajax tab and UpdatePanel, right? It seems that there are some errors when using the UpdatePanel and ViewState at the same time, maybe you can use Session as the storage instead. Could you give us several codeor a small sample for test? That will be very helpful. 
  
 Thanks! 
 Johnny, 


Johnny,


We kept the map inside the updatepanel . We used Devx tabpage (DevExpress)  in the aspx page. I put the loadmapdata function which will create map in Page_load method. I receive the currentextent as public property and keep the property in viewstate. Whenever I load it take the currentextent from viewstate. 


But I change one tab to another tab, the current extent becomes null. Please guide me wat to do..


Thanks.


Raja



Raja, 
  
 We download the Devx tabPage control and tried to re-create the issue, but little difficult for us to work with that in a short time. we will keep on working on that and let you know the result as soon as possible, or could you send us a demo? 
  
 Thanks! 
  
 Johnny

Jonny,


Have u found any fix for the currentExtent issue..  Is there any way to set in to previous currentextent when the page post back..


Thanks . 


C.Raja



 


Raja,
 
I think some conflicts between map control and Devx tabpage control, we created a sample following your description, the ViewState doesn’t lose when changing the Tab, but we can’t show the map in the new tab using the parameters set in previous tab. The attached is the sample we tried, could you help us create a demo based on that? That will be helpful. 
 
ps: we use the evaluation "DXperience-9.3.2" control downloaded from devexpress.com/Downloads/NET/
 
Thanks very much.
 
Johnny.

1661-ASPxTabControlSampleProject.zip (4.49 KB)