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