VS 2005
How can you tell if a value is contained in a specific column (let's say
column 1 named Status) of a ListView ?
In a list box you could go...
If ListBox1.Items. Contains(strWha tever) then
How would you accomplish this using a ListView ?
How can you tell if a value is contained in a specific column (let's say
column 1 named Status) of a ListView ?
In a list box you could go...
If ListBox1.Items. Contains(strWha tever) then
How would you accomplish this using a ListView ?
Comment