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 does args mean in c#?

490


Explain the accessibility modifier protected internal?

456


What do multicast delegates mean?

524


What is verbatim string literal in c#?

467


Can an array be null c#?

498






What is ienumerable and iqueryable?

500


What do you use c# for?

488


What is difference between constants and read-only?

444


Where do we set the min and max pool size for connection pooling?

518


What are the different types of comments in c#?

486


If casting fails what type of exception is thrown?

477


How to find out that the code is written as managed or un-managed code?

590


What is generic types in c#?

500


What is iformatprovider in c#?

490


What is the use of thread join in c#?

495