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. How do i have a sortable TextBox or Dropdown

How do i have a sortable TextBox or Dropdown

Scheduled Pinned Locked Moved ASP.NET
csharpdatabasehelpquestion
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.
  • W Offline
    W Offline
    www Developerof NET
    wrote on last edited by
    #1

    Hi all, I want to create a TextBox or a editable Dropdownlist which lists all employee name when i type the first letter and shows the names starting with that letter. Is there a control provided by .NET. Note: The names are populated from the database. How do i achieve this.Help!!!its urgent

    B W 2 Replies Last reply
    0
    • W www Developerof NET

      Hi all, I want to create a TextBox or a editable Dropdownlist which lists all employee name when i type the first letter and shows the names starting with that letter. Is there a control provided by .NET. Note: The names are populated from the database. How do i achieve this.Help!!!its urgent

      B Offline
      B Offline
      badgrs
      wrote on last edited by
      #2

      check out the AjaxControlToolkit, it has something similar to this.

      1 Reply Last reply
      0
      • W www Developerof NET

        Hi all, I want to create a TextBox or a editable Dropdownlist which lists all employee name when i type the first letter and shows the names starting with that letter. Is there a control provided by .NET. Note: The names are populated from the database. How do i achieve this.Help!!!its urgent

        W Offline
        W Offline
        we_swati
        wrote on last edited by
        #3

        you can copy data to arraylist sort it and put back to control or sort the data at database level by using in your sql query - ORDER BY [field name].

        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