How to check all check boxes in listview?

Code :

For i=1 to listview1.listitems.count
Listview1.Listitems(i).Checked=True
next

Comments

Popular posts from this blog

Delete Confirmation for Delete ButtonField, TemplateField and CommandField in a GridView in ASP.NET

Selecting/Deselecting all CheckBoxes inside a ListView In ASP.NET

How to Create 3 Tier Vb.Net Desktop Application