How to navigate from one page(form) to another page(form)
using C#.net...please give me the example

Answer Posted / sujai cn

you have to create a second form object in first form event.
Ex:
form2 objform2=new form2(parameters)
objform2.show();
//To hide the present form
this.hide();

Is This Answer Correct ?    18 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define interface class in c#?

509


What is the use of console?

483


Is arraylist faster than linkedlist?

489


How do I edit a dll file?

446


How many variables do you need?

490






What is command object in c#?

511


Can you mark static constructor with access modifiers?

546


What is the difference between System.console.WriteLine() and System.console.Write() function?example?

574


How do you declare a method in c#?

488


What is type system in c#?

512


What is void method?

483


What is binary search tree in data structure?

473


If you want to convert a base type to a derived type, what type of conversion do you use?

478


What is the difference between const and static read-only?

493


Is post back c#?

493