Select to view content in your preferred language

Need to refresh the website to pop-up attribute edit table, which I don't want.

599
1
03-09-2011 08:02 AM
weiliang
Deactivated User
Hi,

I try to develop the editing feature. Steps are as follows: First, I have a polygon graphic feature, and I save the geometry of this graphic to the SDE feature class. Second, I click this newly saved feature to edit its attribute. But there has no attribute field shows up in the pop-up feature data form unless I refresh the whole web site. Has anyone encounter similar problem and know how to resolve this issue?

Also, rather than using feature data form, is there any way I can create my own attribute input form to collect the attribute info and save these attributes together with the geometry of my graphic into the SDE feature class?

Many thanks for your help in advance.

Wei
0 Kudos
1 Reply
JenniferNery
Esri Regular Contributor
Kindly look at this related thread: http://forums.arcgis.com/threads/25004-FeatureLayer-editing-Add-feature

The fields returned in FeatureDataForm is dependent on the FeatureLayer.OutFields property. You may replace this with your own UserControl.
0 Kudos