Listview events
i am usng a list view control for displaying users registerd to my site, i want to approve them by those who are checked with check box column of list view, i want to do it in a click event of a button plz help me with sample codes
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, 2:49 AM
you can acheive this using template column.
please refer
http://msdn.microsoft.com/en-us/library/bb398790.aspx#CreatingTemplatesForTheListViewControl
hope this help.