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