WebDropDown1.ClientEvents.InputKeyUp = "WebDropDown_InputKeyUp"
WebDropDown1.ClientEvents.InputKeyUp = "WebDropDown_InputKeyUp";
// The client event 'InputKeyUp' takes two parameters sender and e // sender is the object which is raising the event // e is the DropDownControlEventArgs function WebDropDown_InputKeyUp(sender, e) { }