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
Ramesh G
NA
212
65.2k
How can i access form control in class file with in Project
Dec 5 2018 1:46 AM
Dear friends,
i have create simple project. master page include menustrip controls. my rquirement is how can i access menustrip item name using in class file .
using
System;
using
System.Collections.Generic;
using
System.Linq;
using
System.Text;
namespace
TreZ
{
public
class
Check_value
{
masterpage mp =
new
masterpage();
string
brand, subgroup;
public
void
chk_masterpagevalue()
{
brand=mp.brandMasterToolStripMenuItem.Text;
subgroupmp=mp.subgroupMasterToolStripMenuItem.Text;
}
}
}
Reply
Answers (
1
)
How to get arraylist from formData in action mvc
Get linkedin post details on website