After further investigation, that is exactly what is happening. Encoding on the client leaves the + sign as-is. Decoding on the server changes it to a space. If I add ValidateRequest="false" as shown below and pass the xml string un-encoded to the server, everything works fine.
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="LineInfo.aspx.cs" Inherits="Cid_Map.LineInfo" ValidateRequest="false" %> If someone can show me the correct way to encode and decode the selectionXML from my code above, I would be grateful. -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/selectionXML-Problem-tp5920249p5922553.html Sent from the MapGuide Users mailing list archive at Nabble.com. _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
