Here's my scenario: I have a textbox where the user writes input text. Once the user "leaves" this textbox (by pressing TAB for example or by setting focus to a different control), I want to trigger a request to the server that will asynchronously retrieve
data from the server side based on the input text and use this data to populate the first drop down list in my form.
gurdotan
0 Points
1 Post
CascadingDropDown - can I set ParentControlID to be a textbox?
May 12, 2007 11:04 PM|LINK
Hi,
Here's my scenario: I have a textbox where the user writes input text. Once the user "leaves" this textbox (by pressing TAB for example or by setting focus to a different control), I want to trigger a request to the server that will asynchronously retrieve data from the server side based on the input text and use this data to populate the first drop down list in my form.
Is this possible???
Thanks, Gur
CascadingDropDown textbox "Trigger" cascadingDropDown dropdownlist parentcontrolid