How to navigate from one page(form) to another page(form)
using C#.net...please give me the example
Answer Posted / sujai cn
you have to create a second form object in first form event.
Ex:
form2 objform2=new form2(parameters)
objform2.show();
//To hide the present form
this.hide();
| Is This Answer Correct ? | 18 Yes | 7 No |
Post New Answer View All Answers
What are the differences between events and delegates in c#?
What is indexer c#?
Is predicate a functional interface?
What do you mean by sealed classes and static classes?
What types of object can I throw as exceptions?
Does c# replace c++?
Can abstract class instantiated c#?
List the difference between the virtual method and the abstract method?
What are the advantages of interface in c#?
In which way a two-dimensional array declared in C#?
hi my question is about understanding a text the user entered to a site , so i want to analyse that text looking for some specific items such as "honda" "shoffere" etc.. so if this site could help or could tell me where to go with such question ,i wonder. thanks
Does c# have functions?
Why do we need constructor?
Are c# strings immutable?
Explain circular reference in c#?