How to navigate from one page(form) to another page(form)
using C#.net...please give me the example
Answer Posted / ramesh kumar verma
Firstly create a second form object with any instance and do
the given procedure:-
form2 objform2=new from2();
objform2.show();
//hide the present form
this.hide();
| Is This Answer Correct ? | 12 Yes | 5 No |
Post New Answer View All Answers
What is a helper method in c#?
What is getenumerator?
What is float in unity?
If I want to override a method one of class A and in class b then how do you declare?
Which is the base class in c#?
Which attribute adorn a test class to be picked up by the NUnit GUI in the NUnit test framework?
What is yield break in c#?
How do I run a cshtml file?
How a two-dimensional array declared in C#?
Explain about Serialize and MarshalByRef?
What is for loop in c#?
Name some string escape sequences in c#.
Why do we need escape characters?
What are reflections in c#?
What is join in c#?