02-26-2014 06:19 PM
Hi,
I have created a custom form in Web 8.1. All of the controls are dynamic (FindControl) and unbound. In certain cases I set a picklist control to Picklist.Enabled = true; Picklist.MustExistInList and Picklist.CanEditText = true; properties set. This is so users can enter their own values.
The problem is that I cannot get the user input back out of the Control. (Picklist values work fine.) Has anyone tried this before? I've exhausted everything I could think of.
Thanks in advance for any suggestions.