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 the difference between // comments, /* */ comments and /// comments?
What is private virtual in C#?
When should you use generics?
What is difference between throw and throws in c#?
What is difference between hashtable and dictionary in c#?
Why use a singleton instead of static methods?
What are custom attributes in c#?
Is int a class in c#?
Define constructor in c#.
What is difference between int and int in c#?
Do loops in c#?
What is extension method in c# and how to use them?
Explain about Threading Types.
can multiple catch blocks be executed for a single try statement?
Why we use methods in c#?