MultiColumn AutoComplete

Last post 03-11-2012 11:22 PM by Sonu. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 03-08-2012 2:03 AM

    MultiColumn AutoComplete

    How can I display multiple columns in a table like strucutre for autocomplete extender

    Thanks

     

  •  Advertisement

    Featured Advertisement

     
  • 03-11-2012 11:22 PM In reply to

    • Sonu
    • Top 10 Contributor
    • Joined on 05-22-2006
    • Montreal / Canada
    • Slacker
    • Points 12,211
    • MVP

    Re: MultiColumn AutoComplete

    If you want to do this from scratch, then you would have to basically do the following:

    1. Return the key/value from the webservice
    2. Build the html in Javascript that will display the key/value in a nice format
    3. Add the html into a hidden div and set it to display if the onkeyenter event fires
    However I think that there might be already some solutions out there, I would do a simple google search to see what results you get. 

    [MVP since 2005] [MCAD]
    Webmaster of DotNetSlackers
    Question or Suggestion?
    Feel free to ask my any .NET question
    Our Posting FAQ
Page 1 of 1 (2 items)