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
Memento
NA
111
133.2k
c# winforms - multipleForms task
Jun 10 2012 3:07 PM
dsUni = new DataSet();
dsUni.ReadXml(pathDesc);
frm02.dgv02.DataSource = dsUni.Tables[0];
frm02.ShowDialog(); // this all works well
But - frm02.ClosingEvent:
dsUni.WriteXml(pathDesc);
error:
The names dsUni and pathDesc does not exist in the current context
What should i write and WHERE - to access all the controls and all variables from frm01 to frm02 and ViceVersa?
Reply
Answers (
7
)
please i need help with a virtual class code
How do i increment a number using c# after i have saved it into the database