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
Name some properties of thread class.
What is default constructor in c#?
If the original method is not static you can declare an override method to be static or not?
Can I call a virtual method from a constructor/destructor?
What does int32 mean?
What is serialization and deserialization in c# with example?
When should you use generics?
What is dataadapter c#?
Explain different properties of object oriented systems.
When should we use delegates in c#?
What is a private method in c#?
What is the use of console application in c#?
Explain dataset.acceptchanges method in .net?
What are the steps for creating clr trigger
Name any three ways to pass parameters to a method in c#?