Pages
Home
React JS
React Native
SQL Server
C#.net
Interview
Videos
Angular
ASP.Net
AJAX
Contact Us
30 January 2014
Redirect from one form to another form and close present form
Form2 obj1 = new Form2();
obj1.Show();
this.Hide();
(or)
this.Hide();
Form2 obj1 = new Form2();
obj1.Show();
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment