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


Please Help Members By Posting Answers For Below Questions

What are the classes contained in a single .NET DLL ?

685


What is uint64?

704


What is the difference between ref and out in c#?

625


Can we have 2 main methods in c#?

664


What is method and function in c#?

702


Explain what is the smallest unit of execution in .net?

704


What are primitive data types in c#?

697


Explain about multithreading?

746


What is yield in c#?

654


What are the Types of caching

746


What is the use of ienumerable in c#?

721


What is anonymous methods in c#?

729


What does writeline mean?

695


What is datarelation c#?

648


What is a clr (common language runtime)?

668