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

What are client activated objects?

557


Explain server control extensibility with reference to asp.net 2.0 ?

545


What is ispostback method in asp.net?

558


What is the use of the tag in the web.config file?

571


Which two new properties are added in asp.net 4.0 page class?

525






What is jade template engine?

576


How does ASP.NET framework maps client side events to Server side events.?

549


Define globalization and localization.

567


Which protocol is used to call a web service?

567


How will create assesblies at run time?

554


What is session start?

518


What are the asp.net server side objects?

521


What is a gridview in asp.net?

528


What are the modes of updation in an updatepanel?

555


Why do we need asp.net?

594