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
What is a hash table in c#?
Can we customize the serialization process?
How do generics work in c#?
Can structs in c# have destructors?
What is a data set in c#?
What is the difference between array and list in c#?
What are the Types of optimization and name a few and how do u do?
What is base class in c#?
How can you write a class to restrict that only one object of this class can be created (Singleton class)?
Why do we need encapsulation in c#?
Is c# a technology?
Why is ienumerable used?
What does break do in loop?
What is the base class for array types?
In which situation(s), the use of "Delegate" is a good idea?