How do I convert (in a clear and concise way) from
ESRI.ArcGIS.ADF.ArcGISServer.LayerDescription.SelectionFeatures
to
ESRI.ArcGIS.ADF.Web.Display.Graphics.GraphicsLayer
I want the selected features and the attributes.
side note: I got the the selection features via FIDSet returned from a SOAP based MapServerProxy.QueryFeatureIDs query using a buffer geometry to pull intersecting features.
