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
Kriti
NA
60
0
How to access textbox/labels/combobox from another class.
May 10 2010 3:36 AM
I have two classes test.cs and designTest.cs
In designTest.cs ,I have label1,textbox1,combobox1 etc.
In the test.cs,I want to write the code as
designTest dt=new designTest();
//label1.visible=true;
//textbox1.visible=true;
but the problem is that label1,textbox1 or combobox1 is not accessible.
How to make them accessible in
test.cs?
Reply
Answers (
2
)
Crystal Report Problem
How to Pass value to unbound field in C# 2003