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


Please Help Members By Posting Answers For Below Questions

What to implement on my class Finalize or IDisposable

635


Explain copy constructor?

760


What is the difference between overriding and overloading in systemverilog?

537


What is the difference between method overriding and method overloading?

548


Asha buys 16 Chocolates for rs 12 and 24 chocolates for rs 20, if she sold them 30 chocolates for rs 30 then what is the Gain/Loss percentage? Gain(700/19 %) Loss(700/19 %) Gain(500/19 %) Loss(500/19 %) If one person ate 100 grapes in 5 days and 6 more each day from starting, what was the no of grapes he ate on first day? 6 8 10 7 If seven men P, Q, R, S, T, U, V parked his car, P and Q something like that. 6 student J, K, L, M, N, O went for picnic in 2 batches, K and L have to go together, M and O do't go together, if O and L go in one batch then which of these combination will be wrong. Jmnp Jklo klop JKLO a boat can go upstream and down stream, if it goes 5/2 times of downstream at the speed of 6 kmph then what will be the speed of upstream? 15 KMPH 12 KMPH 10 KMPH 11 KMPH A, B, C, D, E sitting on a table, A sits 2 seat left from B and C sits 2 seat right from B then what will not be the combination ACDE

3841






What is difference between a function and a method?

572


What is parameters in c#?

587


What is .dbml file?

572


Is lazy t thread safe?

649


Can enum have methods c#?

556


How can you set image source dynamically from c# application to ”test.png” file?

715


What is void method?

583


What is a delegate? Explain.

608


How can we sort the elements of the array in descending order?

615


What is an int c#?

560