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 o display in textbox.
Thanks
Venkat.S
Loading

Suthish NairPosted Jun 27, 2011, 8:08 AM
Venkat SPosted Jun 27, 2011, 6:42 AM
thanks for replay
thats 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.
Suthish NairPosted Jun 27, 2011, 1:55 AM
http://msdn.microsoft.com/en-us/library/system.windows.forms.listview.checkeditems(v=vs.80).aspx
http://msdn.microsoft.com/en-us/library/system.windows.forms.listview.itemcheck(v=vs.80).aspx