How to recover parameters from a google maps API (within IIS) that is outside the ASP.NET-web form project

Asked

Viewed 37 times

1

I use a Google Maps API inside the IIS outside my ASP.NET web form application, I need to recover the coordinates and return to the previous page of my project.

The problem starts there, I have a first page with the form already filled and below the form I have a button ("edit"), when I click this button I am directed to the edit screen that would load all the data of the screen before with the icon of Google Maps.

When I click on the icon opens the Google Maps map and inside there is another button to capture coordinate that, when clicked, should return to the page ("Edit"). But it misses the displayed parameters a message missing the such parameter...

I’ve tried retrieving this parameter from Session, but it doesn’t work. I have already tried to pass the parameter through the Map URL and it does not work, I get parameter = undefined. I’ve tried to get the values of controls from the source page in the same link app on the site (https://msdn.microsoft.com/pt-br/library/6c3yckfw(v=vs.100). aspx) unsuccessful.

If anyone has an idea or other way I can solve this problem give me a hint.

  • 1

    Include the code of how you are doing this query and retrieving the information. Ps.: if they are two different websites and with different pools they will not share to Session even...

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.