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
How do I edit a dll file?
What is the best dependency injection c#?
Define strong name in c#?
What is data type in c# with example?
How do I run managed code in a process?
Is string nullable in c#?
Give some examples for built in datatypes in c#?
What are c# types?
I want to print "Hello" even before main() is executed. How will you achieve that?
How can I develop an application that automatically updates itself from the web?
What is a namespace server?
What are static and dynamic variables?
Explain streamreader/streamwriter class?
Define property in c#.net?
Explain hash table in c# ?