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