Results 1 to 4 of 4

Thread: Combo Box Web Control

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 2000
    Posts
    367

    Combo Box Web Control

    Does anyone know of a combo box web control that I can throw in a ASPX?

    Thanks!

  2. #2
    Lively Member ac11965's Avatar
    Join Date
    May 2000
    Location
    East London, South Africa
    Posts
    69
    why don't you just use the dropdownlist control on the webforms toolbox.

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    May 2000
    Posts
    367
    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.

  4. #4
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    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.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width