I don't want it to check through javascript like: document.form1.myradiobutton.checked=true;

I want to be able to check it through the server side like when a user click on the radio button, it would submit the form on what has been clicked on and return to the same page.

Sorry if I'm misunderstanding you!

Thanks