ASP.NET ComboBox - Dynamic Header Templates

   
   


The ComboBox provides a way to customize the header of the list, by using the HeaderTemplate property.
You can embed any content inside the header template, including HTML markup and ASP.NET server controls
(any control from the Obout suite may be added to the header template).

This sample shows how to dynamically change the text in the HeaderTemplate based on the selections from different controls.



« Back to examples