What are the asp.net combobox server-side events used for? Sometimes, the ComboBox Control may have to respond to the events with complex actions. And these complex actions can not be performed using client-side APIs. Under this condition, we may need to trigger the server-side events in response to these complex actions. And the asp.net ComboBox Control offers several server-side events and APIs which will be fully illustrated in this guiding page. Available Server-side Events for ComboBox Control
Here we demonstrate a list of server-side events that are supported by the web ComboBox Control.
How to Call Server-side Events of ComboBox Control
In this section, we offer you two methods to call above server-side events using ASP.NET AJAX. Note: for the page length, we just use four server-side events in following programming example. If you have any problems in using other server-side events, please feel free to contact us via E-mail. How to Call Server-side Events in Aspx Web Page<kettic:PerComboBox ID="PerComboBox1" runat="server" How to Trigger Server-Side Events Using C# Codeprotected void PerComboBox1_CheckedChanged(object sender, EventArgs e) Related ASP.NET Programming Events and APIs
If you want to let the ComboBox Control to detect and respond to the actions that are performed by end users, you can visit this online tutorial page for ASP.NET Client-side events of ComboBox Control. | ![]() ASP.NET AJAX UI Controls ASP.NET AJAX Chart UI Control ASP.NET AJAX Grid UI Control ASP.NET AJAX Barcode UI Control ASP.NET AJAX Button UI Control ASP.NET AJAX Calendar UI Control ASP.NET AJAX NavigationBar UI Control ASP.NET AJAX Captcha UI Control ASP.NET AJAX Color Editor UI Control ASP.NET AJAX ComboBox UI Control OverviewGetting StartedElementsFeatures FilteringValidationAutoCompleteChekBox SupportRender ModesLoad On DemandTemplates Item TemplateHeader and Footer TemplateData Binding ArrayList DataDataSource DataXML DataClient Prpgramming ComboBox EventServer Programming ComboBox Event ASP.NET AJAX DataPager UI Control ASP.NET AJAX Dock UI Control ASP.NET AJAX DropDownList UI Control ASP.NET AJAX DropDownTree UI Control ASP.NET AJAX HtmlEditor UI Control ASP.NET AJAX FileManager UI Control ASP.NET AJAX Filter UI Control ASP.NET AJAX Input UI Control ASP.NET AJAX ListBox UI Control ASP.NET AJAX ListView UI Control ASP.NET AJAX ToolBar UI Control ASP.NET AJAX TabControl UI Control ASP.NET AJAX Menu UI Control ASP.NET AJAX ToolTip UI Control |