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
Is c# good for beginners?
Explain the types of Polymorphism.
Value Type and Reference Type Data type in C#?
Are string objects mutable or immutable?
What is cshtml?
What is the difference between constant and readonly in c#?
Explain circular reference in c#?
How long does it take to learn c# programming?
How to find out that the code is written as managed or un-managed code?
What is dapper in c#?
Will the following code compile?
Why generics are used in c#?
What are the advantages of constructor?
Why we use get and set property in c#?
Can non-default constructors be used with single call sao?