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 custom controls?

619


What is application and session in asp.net?

611


What is cookies cache and session?

627


Why we are using mvc instead of asp.net? : Asp.Net MVC

603


What is a proxy in web service?

657






How do you remove duplicates without using remove duplicate stage?

697


A Web Service Can Only Be Written In .net. Is it True??

713


What is the part of url?

613


What is http request and response?

616


Explain the use of duration attribute of @outputcache page directive.

725


Define session in asp.net.

647


Which protocol is used in a web api?

663


What is the use of view state?

609


Explain the steps needed to be performed in order to create an animation in xaml?

647


What are the asp.net security controls?

661