ThinkGeo.com    |     Documentation    |     Premium Support

No HttpContext in Map Events or Objects

Can someone help explain why there is not access to the HttpContext.Current when in any of the map objects or events?


 


For example, we created a new class as follows:



Public Class AddressPtMemoryLayer 


Inherits InMemoryFeatureLayer


Within the DrawCore method there is no access the the context.  Also if we implement a handler within the ASPX page to handle a custom event created on the class for when the DrawCore is complete, that event triggered and handled by the ASPX page still doesn't have access to the HTTP context. 


Thanks,




JEFF



 



Jeff,  
  
 We call the function in AJAX postback, I think we don’t have a good way to get HttpContext value in drawcore now. 
  
 Maybe you can try to save the HttpContext in a static class and get it when DrawCore. 
  
 I will have some further research about this. 
  
 Regards, 
  
 Don