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
Is array a collection c#?
What is the use of generics in c#?
What is application object in c#?
What are the different approaches of passing parameters to a method?
I want to print "Hello" even before main() is executed. How will you achieve that?
What is wcf c#?
What are the ways in which client can create object on server in cao model?
Why we use get and set method in c#?
What does return do in unity?
What is called method in c#?
How are methods overloaded?
how to Create a datagridview control with check box column with 8rows in it, the maximum number of check boxes checked should be 3, when user checks the 4th corresponding message should be displayed and check box should be checked. User can uncheck the checked boxes Note: read-only property should not be used
Describe an interface class?
What is default c#?
Is namespace a class?