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
Mei
NA
5
0
Form in C#
Dec 30 2009 6:24 AM
hello, I'm new in C#.
I have a one small problem, I have a class, where I have :
public void errRaise(string msg)
{
if (error == "")
{
error = msg;
}
// I would like to write on a label1 on Form1 a msg.
}
I know how to access label1 from Form1, but I dont know how to realize that in a class, please, help.
Reply
Answers (
4
)
string multiply
retreiving the value of hidden field from .ascx file to ascx.cs file