2
Answers

Help: Disable Radio Button

arun prasath

arun prasath

12y
4.2k
1
Hi,

In My Project i want to disable radio button for some conditions, i will done it also...Other Browsers like Firefox or Chrome it will work correctly , but in IE some Design Issue Will Occur...
I don't know How to fix it...please help me to do this

My Code:

Screen Shot:


Code Behind:
 public void DisableInprogress()
        {
            rdpDailyStartDate.Enabled = false;
            rdtpDailyStartTime.Enabled = false;
            rdtpDailyEndTime.Enabled = false;
            rdblSchedule.Enabled = false;
            
          
        }

Thanks!

Regards!
Arun Prasath.G



Answers (2)