Looking for Live Search capability in Gridview or ListView 3.5 ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Luqman

    Looking for Live Search capability in Gridview or ListView 3.5 ?

    I am using VS 2008, and I am looking for some code which puts live search
    capability to GridView or ListView 3.5. Just like Yahoo search engine text
    box, you start typing anything in textbox and it starts showing matching
    keywords, I want samething in GridView or ListView ? Any idea please ?

    Best Regards,

    Luqman


  • Peter  Bromberg [C# MVP]

    #2
    Re: Looking for Live Search capability in Gridview or ListView 3.5 ?

    What you are referring to is known as "Autocomple te". There are several
    products, including Microsoft ASP.NET AJAX, that offer such a mechanism. One
    free offering I have used is provided with Anthem.Net.
    Peter
    "Luqman" <pearlsoft@cybe r.net.pkwrote in message
    news:uFwh7mRuIH A.1772@TK2MSFTN GP03.phx.gbl...
    >I am using VS 2008, and I am looking for some code which puts live search
    >capability to GridView or ListView 3.5. Just like Yahoo search engine text
    >box, you start typing anything in textbox and it starts showing matching
    >keywords, I want samething in GridView or ListView ? Any idea please ?
    >
    Best Regards,
    >
    Luqman
    >
    >

    Comment

    Working...