Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
205
How to get Text (not value, not selected value) from WebDropDown
posted

Hi,

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.

Example: WebDropDown1.Text

I looked at http://forums.infragistics.com/forums/t/60687.aspx post and tried using WebDropDown1.CurrentValue but it is giving me empty string and not the typed text from WebDropDown.

The value which user is typing may not match any data item which is there in datasource but I need it so that I can use %Like% query on the datasource.

Could anyone please provide me any pointers? Thank you.