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
Koteswararao Mallisetti
NA
817
563.2k
open the new form with in the another form button click event
May 21 2010 4:45 AM
hai,
i have 2 forms names are form1,form2
with in the form1 in button click event i want open the new form that is form2 and form 2 is close.
for this i write
button1_click( object sender,eventargs e)
{ form2 f2=new form2();
form2.show();
this.close();
}
but here 2 forms will close that is the problem dont suggest hide() method
if you know any other way to open form2 tell to me.......
Reply
Answers (
3
)
error occured when i call a method in my web service
Error occured when i call method in my web service(2)