Hi,
I am trying to get the name of an item that has been ticked in the ListView so I can save it to a string to carry out an SQL query with it. So far, I have been unable to do this.
Can anyone help
Hi,
I am trying to get the name of an item that has been ticked in the ListView so I can save it to a string to carry out an SQL query with it. So far, I have been unable to do this.
Can anyone help
Checked Items in a ListView
VishalKulkarni
You can determine the checked items in a ListView by looping through the items and looking for any that may be checked. There is an example in the google archives.
http://groups.google.com/group/microsoft.public.dotnet.framework.compactframework/msg/dfc77d42e4c958c5 hl=en