TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
arun prasath
NA
98
38.7k
Help: Disable Radio Button
May 15 2012 10:43 AM
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
Reply
Answers (
2
)
Restore & Backup database using Code
MVC Architecture Using .Net