how to check the duplicate value in listview

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lucky13
    New Member
    • Aug 2007
    • 24

    how to check the duplicate value in listview

    Dear All,

    can u help in how to check the duplicate value in the listview control before adding new in the list.


    Regards
    Lucky13
  • lotus18
    Contributor
    • Nov 2007
    • 865

    #2
    Originally posted by lucky13
    Dear All,

    can u help in how to check the duplicate value in the listview control before adding new in the list.


    Regards
    Lucky13
    Hi

    Are you working with database?

    Rey Sean

    Comment

    • QVeen72
      Recognized Expert Top Contributor
      • Oct 2006
      • 1445

      #3
      Hi,

      Before adding , Loop through all the Available ListItems in the ListView and check...

      Regards
      Veena

      Comment

      • lucky13
        New Member
        • Aug 2007
        • 24

        #4
        Originally posted by QVeen72
        Hi,

        Before adding , Loop through all the Available ListItems in the ListView and check...

        Regards
        Veena
        Hello Veena,

        for that i have to create new recordset ? i tried from this , can u show me the code....i am not saving the records in the database.

        Lucky 13

        Comment

        • QVeen72
          Recognized Expert Top Contributor
          • Oct 2006
          • 1445

          #5
          Hi,

          Post the code you have tried so far..
          From where you are trying to populate the listview,
          And what Item/SubItem of listview you want to check duplicate for...?

          Regards
          Veena

          Comment

          Working...