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
Write a program in c# to find the angle between the hours and minutes in a clock?
What is the use of jit ? Jit (just - in - time) is a compiler which converts msil code to
What is difference between float and decimal?
What is a linq in c#?
What is type system in c#?
What is difference between ienumerable and enumerable in c#?
What is a partial class. Give an example?
Can class inherit from struct c#?
What is type safe code?
Can you specify an access modifier for an enumeration?
What does writeline mean?
Show us in simple steps to create setup & deployment project for windows application?
How to find out that the code is written as managed or un-managed code?
What is clr in c#?
What is a partial class in c#?