Hi,
I have a pageview with several tabs that have databound controls (textboxes). When the user closes the form, I am validating these textbox values. The problem is if a tab is not selected the textboxes are showing an empty text value (not the databound value) in code (validation fails). As soon as I select the tab on the form the textboxes are populated and the validation succeeds. Is there a way to "force" the textboxes in unselected tabs to populate their underlying values?
Thanks!
I have a pageview with several tabs that have databound controls (textboxes). When the user closes the form, I am validating these textbox values. The problem is if a tab is not selected the textboxes are showing an empty text value (not the databound value) in code (validation fails). As soon as I select the tab on the form the textboxes are populated and the validation succeeds. Is there a way to "force" the textboxes in unselected tabs to populate their underlying values?
Thanks!