How to navigate from one page(form) to another page(form)
using C#.net...please give me the example
Answer Posted / sujai cn
you have to create a second form object in first form event.
Ex:
form2 objform2=new form2(parameters)
objform2.show();
//To hide the present form
this.hide();
| Is This Answer Correct ? | 18 Yes | 7 No |
Post New Answer View All Answers
What are the different states of a thread?
How can we make a thread sleep for infinite period ?
What are primitive data types in c#?
What is a lambda expression in c#?
Why do we need interfaces in c#?
List the 5 different access modifiers in c#?
What is the difference between overriding and overloading in systemverilog?
What is the example of predicate?
What is static classes?
Which is faster array or arraylist in c#?
What is array collection?
What is expandoobject in c#?
What does it mean?
Is c# strongly typed?
What are desktop applications examples?