
How to get the field value entered or selected through the string edit control on the form , in my the code.
I have question and its options in the look-up field in the edit string field.
Now I need to get the value of the option selected by the user through the edit string control on the form in my code and then perform some action.
I do know we can do "editString.text()" to set some value in the fild. But what to do to get the value?
*This post is locked for comments
I have the same question (0)