My page returns multiple records and need to do some action on the records using checkbox.
Let me put it in this way. I will display all the records on my template with check box on every record. when I select checkbox option and click on some action button, id’s of the selected records should pass to view and perform execute logic on the selected records.
Some thing similar what we do in phpmyadmin

This should get you started: http://www.djangofoo.com/93/request-post-get-multiple-values
If this form is only relevant for trusted users you can implement it pretty quickly using
admin actions.