Having trouble finding a blog or post that answers your question?
Check out our
Custom Search Page
Browse by Tags
-
it is possible to clear a particular instance of a field in repeating table using code. XPathNodeIterator listItemNav = this .MainDataSource.CreateNavigator().Select( "my repeating table path" , this .NamespaceManager); for (int i = 0; i < listItemNav.Count ; i++) { listItemNav.MoveNext...
Page 1 of 1 (1 items)