Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Control Name

Control Name

Scheduled Pinned Locked Moved ASP.NET
question
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    Goodway
    wrote on last edited by
    #1

    hi everyone, Their is a control that I want to use but I don't know the name or from where I can get it. This control is: we can write in it like a textbox but it store the previous entries so we can choose from the previous values like a drop down list. what is the name of this control? Thanks

    A M 2 Replies Last reply
    0
    • G Goodway

      hi everyone, Their is a control that I want to use but I don't know the name or from where I can get it. This control is: we can write in it like a textbox but it store the previous entries so we can choose from the previous values like a drop down list. what is the name of this control? Thanks

      A Offline
      A Offline
      Anonymous
      wrote on last edited by
      #2

      its a combo box

      1 Reply Last reply
      0
      • G Goodway

        hi everyone, Their is a control that I want to use but I don't know the name or from where I can get it. This control is: we can write in it like a textbox but it store the previous entries so we can choose from the previous values like a drop down list. what is the name of this control? Thanks

        M Offline
        M Offline
        minhpc_bk
        wrote on last edited by
        #3

        Hi there, In a window-based application, this's probably a combox control, however, in ASP.NET there's no buit-in combox control, there are only dropdownlist or listbox controls. If want to have that kind control, you can develop a custom control which has the same behaviour by customizing existing standard controls. This is one of examples that you can see: http://www.codeproject.com/aspnet/combobox.asp[^]

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups