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
What is property c#?
Difference between debug.write and trace.write?
How do you sort an array in c#?
What is dll hell, and how does .net solve it?
What is session state in asp net c# with example?
What is lastindexof c#?
Is exe is machine dependent?
How can I get the ascii code for a character in c#?
Can an abstract class have a constructor c#?
What is class sortedlist underneath?
What is int tryparse in c#?
Explain Constructor and destructor?
Explain the different ways a method can be overloaded?
Is it true that all c# types derive from a common base class?
How do I create a .exe file?