How to navigate from one page(form) to another page(form)
using C#.net...please give me the example
Answer Posted / sumitra
fromname objetname=new formname();
objectname.show();
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which property of the textbox cannot be changed at runtime?
What are the delegates in c#?
What is delegates in c#?
What is multithreading with .net?
Difference between debug.write and trace.write?
Can a class or a struct have multiple constructors?
What is a decimal c#?
Can you use all access modifiers for all types?
How to parse a date time string?
What is the signature of a method?
What is the difference between a class and an object c#?
What are the commonly used i/o classes?
What are indexers in c# .net?
Explain the use of Mutex in C#?
Can a struct be null?