|
-
Apr 29th, 2002, 09:48 AM
#1
Thread Starter
Hyperactive Member
Combo Box Web Control
Does anyone know of a combo box web control that I can throw in a ASPX?
Thanks!
-
Apr 30th, 2002, 08:38 AM
#2
Lively Member
why don't you just use the dropdownlist control on the webforms toolbox.
-
Apr 30th, 2002, 09:09 AM
#3
Thread Starter
Hyperactive Member
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.
-
Apr 30th, 2002, 09:15 AM
#4
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|