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..
Loading

Ramakrishna AllaPosted Feb 11, 2014, 4:57 AM
//here you can get listitem that is checked.
//like cn.SubItems[0].Text;
}
}
raghav macPosted May 6, 2013, 11:57 AM
Venkat SPosted Jul 1, 2011, 12:43 AM
ya its great ya thanks
Dan SullivanPosted Jun 30, 2011, 12:36 PM