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 difference between internal and protected internal in c#?
What is string method in c#?
Why we use get and set method in c#?
Is array ienumerable c#?
What are the fundamental differences between value types and reference types?
If c# destructors are so different to c++ destructors, why did ms use the same syntax?
what is boxing and unboxing?can we initialize unboxing directly?
Is there throws keyword in c#?
What is the difference between string and string in c#?
Is static class thread safe in c#?
if we are updating a database using thread, and mean while application crashes or thread being aborted then what will happen in Database? Rollback or Database will be updated? Please explain with different scenario.
What is “using” statement in c#?
Define method overloading in c#?
What is distribute by in hive?
What is public or shared assemblies ?