[mapguide-users] GetParameters - Page Refresh - MapName
Berdel, Brian
brian.berdel at mcmtrans.com
Wed Sep 24 09:16:02 EDT 2008
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/mapguide-users/attachments/20080924/7c188d3d/attachment.html
More information about the mapguide-users
mailing list