[mapguide-users] Re: Invkoe URL with parameters
Jackie Ng
jumpinjackie at gmail.com
Thu Mar 31 02:56:54 EDT 2011
Open your runtime map:
MgMap map = new MgMap(siteConnection);
map.Open(Request.Form.Get("MAPNAME"));
Then create a MgSelection from it and the selection string
MgSelection selection = new MgSelection(map, selString);
>From here look at the API documentation for MgSelection to see what you can
do with this object.
- Jackie
--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Invkoe-URL-with-parameters-tp6222045p6226090.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
More information about the mapguide-users
mailing list