Does anyone know of a combo box web control that I can throw in a ASPX?
Thanks!
Printable View
Does anyone know of a combo box web control that I can throw in a ASPX?
Thanks!
why don't you just use the dropdownlist control on the webforms toolbox.
I would but my boss likes the functionality of the vb combo box. Where you can type in or select. Where as with the list box you can just select.
you have to remember the basics of asp. All it does is create an equivilant html control and send the html to the browser. If there is no html equivilant, then you just cant do it..At least not until at some point when you may have IE .NET and can use Windows forms within it.