tags:

views:

20

answers:

0

I want to reach checked rows item in ASP.Net Listview control.

For example:

if 3 Lines of Listview checked, I want to reach checked items value in listview.

How can I do this?

Thanks.