Community discussion forum

how? Remove duplicate numbers from combo box

Tags: db India
  • 3 months ago

     

    Hi.

    I need to remove duplicate ID ( two digit positive integer ) from the combo box which have been retrieved from the database (sqlserver 2005).

    Can some one give me the algorithm or code?

    Regards. 

     

  • Advertisement

    Simply the fastest line-level profiler for .NET ever

    “The low overhead means it has minimal impact on the execution of my program”
    Mark Everest, Development Team Leader, Renault F1 Team Ltd.

    Try out the new ANTS Profiler 4 for yourself. Download your 14-day trial now

  • 3 months ago

    Can you use

    SELECT DISTINCT ....

    To return unique results from SQL Server, easier than a sorting algorithm

  • 3 months ago

     

    Thanks Jugatsu.

    It worked.

     

Post a reply

Enter your message below

Sign in or Join us (it's free).