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
Why do we need escape characters?
What the different phase/steps of acquiring a proxy object in webservice?
Is there an equivalent to the instanceof operator in visual j++?
What is verbatim literal in c#?
What are c# i/o classes?
How does c# achieve polymorphism?
How can I get around scope problems in a try/catch?
What is the difference between and xml documentation tag?
What is the purpose of a namespace?
Which config file has all the supported channels/protocol?
What is a variable in c#?
Why is it efficient to use System.string under System.Text.StringBuilder ?
What is interface inheritance?
Is linkedhashset synchronized?
What is session c#?