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.3k
Two Forms and Controls Interaction
Jun 12 2012 2:51 PM
On the Form1 I have two buttons.
Both buttons load Form2, but:
- when loaded by the btn1, dgv(on the Form2) should have ds1 as DataSource.
- when loaded by the btn2, dgv(on the Form2) should have ds2 as DataSource.
Also - Fom2_Closing Event should run this:
Form1.Text = "323";
Form1.btn1.Visible = false;
Problem in my tryings is properly establishing the relations between forms..
Could somebody help, please?
Reply
Answers (
5
)
how to change the password in c# and asp.net?
Creating winForm C# for importing data to datagrid from excel, and using buffer to load items on scrool