I can't figure out what problem you are having from your short description.

When is the code below activated?
Is it part of the viewer code, or your own code?

Regards, Kenneth Skovhede, GEOGRAF A/S



Berdel, Brian skrev:

Using this function works great unless there is a page refresh...If a user Refreshes the page the parameters are empty, and if you hold them in session state after originally retrieving them they are actually wrong...because the Map Name (in fusion) actually changes when Refreshing the page...Anyone have any ideas on this?

NameValueCollection GetParameters()

    {

return Request.HttpMethod == "GET" ? Request.QueryString : Request.Form;

    }

Thanks

Brian

------------------------------------------------------------------------

_______________________________________________
mapguide-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapguide-users
_______________________________________________
mapguide-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to