How to navigate from one page(form) to another page(form)
using C#.net...please give me the example
Answer Posted / kala
you have to create a second form object in first form event.
Ex:
form2 objform2=new form2(parameters)
objform2.show();
| Is This Answer Correct ? | 61 Yes | 12 No |
Post New Answer View All Answers
What is Event - Delegate?
What is the difference between system.text.stringbuilder and system.string?
Why is dll used?
Give 2 scenarios where static constructors can be used?
What is serialization in c#?
What does m mean in decimal c#?
if you do have a stack overflow profile.what is your ranking?
What is dll in c#?
What are different types of classes in c#?
Are c and c# the same thing?
Should I use double or float?
Why constructor is used in c#?
Explain About delegates
What is ado c#?
What is the use of 'using' statement in c#?