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
Can we inherit private class in c#?
What are the desktop applications?
How do I register my code for use by classic com clients?
Is c# an array?
Is c# pass by value?
What is the relation between classes and objects?
How long will it take to learn c sharp?
How do you declare a method in c#?
What is a datacontract?
what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?
Why we use delegates in c#?
What is integer c#?
How do I declare inout arguments in c#?
How would you describe encapsulation in c#?
How many types of delegates are there in c#?