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
Define delegate in c#?
What are the 2 kinds of data type conversions in c#?
What is a variable in c#?
Why do we use constructors in c#?
What is difference between overloading and short circuiting?
What is a constructor in c#?
Is versioning applicable to private assemblies?
What is the difference between abstraction and encapsulation in c#?
What is the difference between do and while loop?
Illustrate the differences between the system.array.copyto() and system.array.clone()?
What is exe file in c#?
What is difference between ilist and list?
What is xamarin used for?
Why do we use Design Pattern in C#?
Is it good to use var in c#?