Hi All,
I'm new to ArcGIS SDK for .net development. I want to find some example to customise the attribute template as well as attribute table. So, I want one of the field to show the dropdown values instead of null value. User can change the dropdown values coming from one of the flat table.
Hi SaiPeketi
You can do this by configuring your geodatabase.
You want to:
1. create a Coded Value Domain in your geodatabase
2. configure your Field to use that Coded Value Domain
Good luck
-Cory
Thanks for suggestion @coryeicher. I'm looking through .net sdk code because the dropdown values comes from flat table and table gets update daily. So, I don't want to set as coded value domain.