Click here to Skip to main content
15,886,258 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
select and unselect all check boxes in a listview .The listview contain the check boxes taken from database (Like the check/uncheck of mysql).I want the answer in WPF
Posted
Updated 11-Oct-12 1:58am
v2
Comments
[no name] 11-Oct-12 7:32am    
Was there some sort of a question you meant to ask?

1 solution

Please check the answers in the question code to select and deselect all the checkbox in listview and how to save the records to database(In C#) which is selected[^]. You can find working codes.

You can see this demo[^] given in the first answer to check how it is working

Thanks...

Updated:-
Added for listview in WPF
Please check the below links for the implementations.
1. Check/Uncheck all checkbox for a number of checkboxes in wpf[^]
2. WPF : Select/Deselect ListView's Data items on click of Select All checkbox control[^]
 
Share this answer
 
v2
Comments
Dibin Babu 11-Oct-12 8:11am    
ok.But But i want the WPF answer
Check my updated answer...

Thanks...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900