How to navigate from one page(form) to another page(form)
using C#.net...please give me the example
Answer Posted / kala
you have to create a second form object in first form event.
Ex:
form2 objform2=new form2(parameters)
objform2.show();
Is This Answer Correct ? | 61 Yes | 12 No |
Post New Answer View All Answers
What are the classes contained in a single .NET DLL ?
What is uint64?
What is the difference between ref and out in c#?
Can we have 2 main methods in c#?
What is method and function in c#?
Explain what is the smallest unit of execution in .net?
What are primitive data types in c#?
Explain about multithreading?
What is yield in c#?
What are the Types of caching
What is the use of ienumerable in c#?
What is anonymous methods in c#?
What does writeline mean?
What is datarelation c#?
What is a clr (common language runtime)?