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 the difference between Singleton design pattern and Factory design pattern?
If you donot specify an access modifier for a method, what is the default access modifier?
What is method in c#?
Explain About disco and uddi
Explain what are three test cases you should go through in unit testing?
What does exclamation mark mean in access query?
What is the delegate in c#?
Is there any sample c# code for simple threading?
What does async mean in c#?
What is the use of iqueryable in c#?
What is hash c#?
Explain attributes in c#?
What is the base class from which all value types are derived?
How big is a 64 bit integer?
what is a structure in c#