ListView

  • Thread starter Thread starter Curious
  • Start date Start date
C

Curious

Hi,
I have a listview having 4 columns, where the first column holds data
that is unique. I need to update through the listview by searching on
the unique field and make the required changes.

Can this be done efficiently and how?



Can someone help me out
Thanks in Advance
 
Hi,

A simple foreach in the ListViewItem collection will do it, check either
the Text or the Tag properties looking for your value and do the appropiates
changes.

cheers,
 
Back
Top