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 array class in c#?
How does the lifecycle of Windows services differ from Standard EXE?
What is tryparse?
What does private void mean in c#?
Is 0 an unsigned integer?
What is helper method in c#?
What is a dynamic assembly?
Explain the types of errors in c#?
Does console.writeline() stop printing when it reaches a null character within a string?
What are delegate methods?
What is a web service in c#?
What is parameters in c#?
What are the properties of a string class?
Describe the parts of assembly.
Can we maintain state in webservice?