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
Shovan Saha
NA
321
91.4k
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