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
Kavya S
NA
26
5.8k
enable/disable of buttons, textboxes
Mar 25 2019 11:40 PM
when 1 of the radio button is enabled, i need to disable 2nd radio button and one of the textbox, I have done like this but its not working, please help me out with this.
Private void radiobutton1_CheckedChanged(object sender, eventargs e)
{
if (radioButton1.Checked == true)
{
radioButton2.Enabled = false;
textBox1.Enabled = false;
}
}
Reply
Answers (
3
)
How to make custom info window in xamarin forms maps?
When Execute Print cmd error Unable to initialize device PRN