Dear All,
I need urgent help
<esri:ArcGISDynamicMapServiceLayer ID="StreetMapLayer" Url="http://www.site.com/arcgis/rest/services/Ss/map1/MapServer"/>
In my web application map is showing properly . In StreetMapLayer I have 10 tables named (nametab,countrytab,sertab, etc....). Now I can see all these 10 layers when I run the application.
Now my requirement is , we dont want to give permission to one user to see 2 layeres from these 10 layers.How can I hide countrytab,sertab from code behind?
Pls help me