ThinkGeo.com    |     Documentation    |     Premium Support

Server.Transfer problem

I have a map in an application in which the client logs in through a login page and then is transfered to the main application via the server.transfer method.


 


There is a problem.


 


When using server.tranfer the map.overlay collections are emptied such that overlays can't be accessed for editing purposes.  I have isolated the problem to server.transfer.  I have a trouble ticket open on the issue but am not getting anywhere.


 


Any one have any ideas or problems using server.transfer???



Eric, 
  
 Please see this topic support.microsoft.com/default.aspx?id=kb;en-us;Q316920 
  
 I think that’s caused by viewstate problem. 
  
 Maybe you can try to use Response.Redirect instead of server.transfer. 
  
 Regards, 
  
 Don