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

Why do we need escape characters?

653


What the different phase/steps of acquiring a proxy object in webservice?

664


Is there an equivalent to the instanceof operator in visual j++?

740


What is verbatim literal in c#?

656


What are c# i/o classes?

788


How does c# achieve polymorphism?

690


How can I get around scope problems in a try/catch?

660


What is the difference between and xml documentation tag?

746


What is the purpose of a namespace?

656


Which config file has all the supported channels/protocol?

739


What is a variable in c#?

678


Why is it efficient to use System.string under System.Text.StringBuilder ?

746


What is interface inheritance?

706


Is linkedhashset synchronized?

806


What is session c#?

683