List View control
How to use check boxes in list view
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted May 21, 2012, 4:34 AM
In List view you can add html control as well as server control like check box textbox...
Example:
...
....
TextAlign="Right"/>
....
....
hope this help.
EhteshamPosted May 21, 2012, 4:34 AM
This.ListView1.CheckBoxes=true;