How to get list view checkbox checked items in windows mobile app?
Hi Friends,
I have one listview inside listview i have check boxes.
Then i select multiple checkboxes in listview and click button i want to display in textbox.
I bind data in listview thats ok
just i need when i select checkboxes that selected checkbox items i want to display in textbox
windows forms ok but in windows mobile forms there is no CheckedListViewItemCollection
in windows forms ok its appear but in windows mobile its not appear.
when i typ like ListView.chec...its not came in windows mobile forms
wt is proble here there is no capability for that otherwise i have to add any thing like dlls .
ListView.CheckedListViewItemCollection checkedItems = ListView1.CheckedItems;
what i have to do.is there any other way to resolve this..