How to navigate from one page(form) to another page(form)
using C#.net...please give me the example
Answer Posted / kala
you have to create a second form object in first form event.
Ex:
form2 objform2=new form2(parameters)
objform2.show();
| Is This Answer Correct ? | 61 Yes | 12 No |
Post New Answer View All Answers
What is multicast delegate explain with example?
Which property of the textbox cannot be changed at runtime?
What is the meaning of 0 in c#?
What is the data encapsulation?
Is string null or empty?
What Is The Smallest Unit Of Execution In .net?
Is an array an object c#?
What is thread life cycle in c#?
Can you put two constructor with the same structure in a class?
Explain the 3 types of properties in c# with an example?
Explain more on CLR
List down the different ide’s provided by microsoft for c# development.
What is the difference between system.string and system.text.stringbuilder classes?
What is a must for multitasking
What is the difference between yield and return?