Hi,
I want to create a web application that have messaging feature,
thus the message inbox will be similar to typical email inbox where you can tick the checkboxes to select which email to be deleted or moved. Just like the below picture :
http://img209.imageshack.us/img209/7720/chkboxrj0.jpg
How do i create the checkbox inside the repeater/datalist/listview ??
and How to delete only the checked row ??
and lastly, I would like to add the master checkbox where when it is checked, it will check and select all the rows in that page.
Thanks for all suggestion and inputs !!