How to call a child form method from the master page?

Answer Posted / jyotshna rani mohakud

To call child form from a master form in winform, 1st u have
to ceate the object of a child form.then cal the form

Under the button click from where you want to show the child
form
write the following code.....
childform kk = new childform ;
kk.MdiParent = this;
kk.Show();or kk.showDialog()

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do we use web config?

531


Which validator control you use if you need to make sure the values in two different controls matched?

657


What is the question mark in a url?

530


COM+ Used ________________ Isolation Level

1532


code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications

1424






What is session in http request?

567


How many web.config files can I have in an application?

556


What is the sequence in which ASP.NET events are processed?

484


What is full trust in asp.net?

559


What are the Types of session management in ASP.NET

566


How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.

1431


Explain how viewstate is being formed?

550


What is the use of express session?

549


Can asp.net work on an nt server?

563


What are ASHX files?

607