Watch Pre-recorded Live Shows Here
Why Join
Become a member
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
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Shovan Saha
1.8k
321
72.7k
Combobox enable problem
Aug 14 2017 2:36 AM
I have two combobox. Both of two style is DropDownList. On form load 2nd will disable. When I shall select "‡mbv evwnbx (bb KwgkÛ)" from 1st combobox then 2nd will enable. Here is my code. Please help me.
private void ArmyPension_Load(object sender, EventArgs e)
{
lblAPCoreRegimenterNam.Enabled = false;
comboBoxAPCoreRegimenterNam.Enabled = false;
if (comboBoxAPBahinirNam.Text.ToString() == "‡mbv evwnbx (bb KwgkÛ)")
{
comboBoxAPCoreRegimenterNam.Enabled = true;
}
}
Reply
Answers (
2
)
how can I save pair values from textbox to a database
ValueFactory attempted to access the Value property of this