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
Ujjval Shukla
NA
283
148.8k
How to access the menustrip items in MDIParent form?
Mar 7 2016 1:46 AM
Below code shows error object reference not set an instance of object-
private void MDIParent1_Load(object sender, EventArgs e)
{
MenuStrip mstrp = (MenuStrip)this.Controls["menuStrip"];
mstrp.Items["Emp_Mas_salary"].Enabled = false;
}
Reply
Answers (
2
)
How to use Upload option
Can't Access gridview row in dropdown selected index changed