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
Define a strong name in .net?
Can we inherit two classes in c#?
How do I link two windows forms in c#?
How many static constructors are allowed in a class?
What is an assembly in dotnet?
What is a delegate in c#?
What issues can be faced while delivering code?
What are the advantages of using assemble language programming?
Explain the ways to deploy an assembly?
How do I open the console?
What is dictionary and hashtable in c#?
Explain async and await?
What Is A Multicast Delegate?
Does c# support multiple class inheritance?
What is the delegate in c#?