Incremental search

From: mp (myart_at_volja.net)
Date: 05/23/04

  • Next message: Tim: "Re: How to put array Value in C++"
    Date: Sun, 23 May 2004 17:44:13 +0200
    
    

    Hi,

    I need help in following...

    I have used:
    Visual Studio 2002 or 2003 - C#
    Access DataBase
    ADO connection

    I am looking for example or directions of incremental search.
    --------------------------------------------------
    I would like to set a incremental search for example in dataGrid.
    When user put A in edit box in dataGrid should be listed all contents of db
    started with letter A.
    When user put AB should be listed all contents started wit AB etc
    Example: User put abandon and get:
    ...
    abandoned napusten
    abandoned napustene
    abandoned napusteno
    abandoned nezbrinut
    abandoned nezbrinutu
    abandoned ostavljen
    abandoned ozloglasen
    abandoned raskalasen
    abandoned raspusten
    abandoned child napusteno dijete
    abandoned land napusteno zemljiste
    abandoning napustanje
    abandonment napustanje
    abandonment napustenost
    abandonment neusiljenost
    abandonment odricanje
    abandonment odustajanje od
    abandonment ostavljanje
    abandonment prepustanje
    ...

    How we can do that with C#, ms access and VS?

    Thanks


  • Next message: Tim: "Re: How to put array Value in C++"

    Relevant Pages

    • Incremental search
      ... I would like to set a incremental search for example in dataGrid. ... abandonment napustenost ...
      (microsoft.public.dotnet.languages.csharp)
    • Incremental search
      ... I would like to set a incremental search for example in dataGrid. ... abandonment napustenost ...
      (microsoft.public.dotnet.languages.csharp)
    • Re: Incremental search
      ... Is "abandoned napusten" and "abandoned napustene" contained in a single ... SELECT ColumnName FROM TableName WHERE ColumnName LIKE '%abandon%' ... > abandonment napustenost ...
      (microsoft.public.dotnet.languages.csharp)
    • Re: Incremental search
      ... > SELECT ColumnName FROM TableName WHERE ColumnName LIKE '%abandon%' ... >> abandonment napustenost ...
      (microsoft.public.dotnet.languages.csharp)
    • Re: Incremental search
      ... > SELECT ColumnName FROM TableName WHERE ColumnName LIKE '%abandon%' ... >> abandonment napustenost ...
      (microsoft.public.dotnet.languages.csharp)