I have do some customizations in the infopath forms , so i have choose edit form the code option when a button clicked...I would like to know how can we get the control ids in the code.please let me know how to start with the programing in infopath.
feedback
|
|
Eg: string fieldValue = MainDataSource.CreateNavigator().SelectSingleNode( "/my:myFields/my:field1", NamespaceManager).Value; | |||
|
feedback
|