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 the difference between integer and double?
Can you specify an access modifier for an enumeration?
What is protected internal modifier in C#?
Can we customize the serialization process?
What are the 2 broad classifications of data types available in c#?
What is wrong with the sample program below?
What is reference types in c#?
What is an extension method in c#?
Explain the difference between and xml documentation tag?
Define delegation in .net?
What is console readkey ()?
Why do we parse in c#?
Which class does the remote object has to inherit?
In C#, explain the difference between overloading and overriding.
Explain types of comment in c# with examples