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

Answer Posted / k.alekhya

form2 bond=new form2();
bond.show();

Is This Answer Correct ?    19 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a hash table in c#?

609


Can we customize the serialization process?

590


How do generics work in c#?

579


Can structs in c# have destructors?

635


What is a data set in c#?

584






What is the difference between array and list in c#?

559


What are the Types of optimization and name a few and how do u do?

607


What is base class in c#?

627


How can you write a class to restrict that only one object of this class can be created (Singleton class)?

606


Why do we need encapsulation in c#?

616


Is c# a technology?

563


Why is ienumerable used?

580


What does break do in loop?

587


What is the base class for array types?

652


In which situation(s), the use of "Delegate" is a good idea?

631