Hi,<br><br>I have a problem for using a query in my application. In the studio, I have set the parcel layer<br>for the layout SheboyganPhp. I ticked the ID for the parcel. I set the ID as the $currentselection.<br>In my code on selection on the map I need to retrieve these ids. My actual
<br>requirement is, I have a button on the toolbar. On clicking this report button, I need to get these ids<br>on the taskpane. Here I am using <a href="http://asp.net">asp.net</a>. My code is<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MgUserInformation userInfo = new MgUserInformation(&quot;Administrator&quot;,&quot;admin&quot;);
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MgSite site = new MgSite();<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; site.Open(userInfo);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MgSiteConnection siteConnection = new MgSiteConnection();<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; siteConnection.Open(userInfo);<br>&nbsp;&nbsp; &nbsp;MgSelection mapSelection = null;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MgResourceService resService = siteConnection.CreateService(MgServiceType.ResourceService) as MgResourceService;<br>&nbsp;&nbsp; &nbsp;MgFeatureService featService =(MgFeatureService)siteConnection.CreateService(MgServiceType.FeatureService
);<br>&nbsp;&nbsp; &nbsp;MgMap map = new MgMap();<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; map.Open(resService, &quot;Sheboygan&quot;);<br><br>But &quot;map.Open&quot; Statement causing error on me. Kindly help me, because this only the mailing list is my <br>dependency. 
<br><br>Thanks....