I have a page with several TelerikDropDownList controls with Yes and No options, and an associated text field for notes underneath each one.
If the user selects the Yes option, I want to remove any notes in the associated text field.
Is this possible? I know about ValueChanged, but only the value is passed to the function.
Within the ValueChanged I can't figure out how to get a reference to the TelerikDropDownList that initiated the event and its associated text field.
Thanks