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


Please Help Members By Posting Answers For Below Questions

What are sessions in c#?

489


what are the Disadvantages of vb

595


if a base class has a number of overloaded constructors, and an inheriting class has a number of overloaded constructors; can you enforce a call from an inherited constructor to a specific base constructor?

521


what happens if you inherit multiple interfaces and they have conflicting method names?

482


What is the diff between System.String and System.Text.StringBuilder classes?

525






What is difference between encapsulation and abstraction in c#?

454


What are the benefits of using generics in c#?

473


What is the difference between and xml documentation tag?

514


Illustrate the process of code compilation in c#?

521


What are the characteristics of c#?

470


What is lazy class in c#?

469


What is default c#?

498


Contrast System.String and System.Text.StringBuilder classes?

524


How do you read an Excel sheet in C#?

554


What is dependency in software?

521