I have suggestion for you ,
If you use radio button insted of check box it will solve your problem so quickly.
Chosse two radio buttons , in the group property of both radio buttons give same name.
then only one will be selected at one time.
If this works for you then good otherwise post message i will tell you how to do with check box.
Main Topics
Browse All Topics





by: Omego2KPosted on 2009-10-22 at 07:49:03ID: 25634872
What you can do is turn off AutoPostBack and use Javascript to do the postback when you want it to. You can post the form with JS like this:
yFormID'). submit();
document.getElementById('m