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
Are cao stateful in nature?
Is it not possible to store a boolean value as a variable?
Which program construct must return a value?
What is multiple interface in c#?
What is difference between class and abstract class in c#?
Why we use get set property in c#?
What is difference between ienumerable and ienumerator in c#?
What is global asax in c#?
Is c sharp and c# are same?
What are the namespace level elements?
How many parameters can a method have c#?
What is the base class of all classes in c#?
What is difference between Trace and Debug
In .NET how can you solve the DLL Hell problem?
What is a multi line comment?