Hi Experts,
I would like to get the text from a WebDropDown. The text edited by the user. Not the value or the selected value of an item inside a DataSource. Juste the text.
ex.:WebDropDown1.Text or WebDropDown1.getText
Any help would be appreciate
thks
I found it!
WebDropDown1.CurrentValue
i used WebDropDown1.CurrentValue but it gave me value of nothing
i need WebDropDown1.text