Selecting items of a Listview using checkboxes in ASP .NET

Posted by Aku on Stack Overflow See other posts from Stack Overflow or by Aku
Published on 2010-04-30T08:24:28Z Indexed on 2010/04/30 8:37 UTC
Read the original article Hit count: 129

Filed under:

I am trying to use checkboxes to select the items in a Listview. I have added a checkbox control in the , and they are displayed properly.

The problem is that Checked property never changes when I click on them. Why does this happen? And is there a workaround?

© Stack Overflow or respective owner

Related posts about ASP.NET