How to navigate from one page(form) to another page(form)
using C#.net...please give me the example
Answer Posted / k.alekhya
form2 bond=new form2();
bond.show();
| Is This Answer Correct ? | 19 Yes | 4 No |
Post New Answer View All Answers
What is console write in c#?
From which base class do all Web Forms inherit from?
What is array and its types in c#?
what optimizations does the c# compiler perform when you use the /optimize+ compiler option?
What does dbml mean?
What is form feed and carriage return?
What is a di class?
What do you mean by streamreader/streamwriter class in c#?
What is anonymous class in c#?
What is the difference between console application and windows application?
Can struct be static in c#?
What is the root element of an xml file?
Why should you override the tostring() method?
2. What happened when BO object has been called?
How do you comment out code in c#?