HI swarnap!!
on page load use javascript function to checked the checkbox
e.g
document.formname.checkboxname.checked=true;
if checkbox is part of checkboxgroup then
document.formname.checkboxname[0].checked=true;
where [0] is first checkbox
hope this will help you
Cheers :)
vinod
|