Select to view content in your preferred language

Silverlight Geodata Service

919
1
01-31-2011 10:33 PM
JuliaKhomenko
New Contributor
I've created Geodata Service at ArcGIS Server 9.3.1 (connection to ArcSDE).
I have a Silverlight web-application, which uses ESRI API 2.1 and shows Map Server
I want to show a table (without geometry), which is in my Geodata Service, in my Web-application.

How can I do this?
0 Kudos
1 Reply
JenniferNery
Esri Regular Contributor
You should still be able to use a FeatureLayer to hold data from your table. You can use FeatureDataGrid or FeatureDataForm to display the attributes from this table.
0 Kudos