Click to See Complete Forum and Search --> : Combo Box component


andrey1982
04-11-2007, 06:54 AM
What role does Combo Box component play in developing ASP.Net application?

buntine
04-11-2007, 08:51 PM
I will move this to the .NET forum.

The ComboBox control is derived from the ListBox control. It will allow you to select from a pre-defined list or add your own data.

Cheers,
Andrew Buntine.