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



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

Answer / 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

More ASP.NET Interview Questions

What is active web pages?

0 Answers  


Where would you use an iHTTPModule, and what are the limitations of any approach you might take in implementing one?

1 Answers  


what is an Eventbubbling?

3 Answers   DSS,


What are the differences between Dataset and DataReader?

3 Answers   Accenture,


What is ashx file in asp.net?

0 Answers  






How can you ensure a permanent cookie?

0 Answers  


Can you explain the difference between an ADO.NET Dataset and an ADO Recordset?

2 Answers  


What is web.config and machine.config ?

1 Answers   Patni,


What is difference between asp.net and asp.net mvc? : Asp.Net MVC

0 Answers  


Which of the following .NET framework supports Web API?

0 Answers  


what are httphandlers and httpmodules.and their differences.

1 Answers   Siemens,


what is aspcompat? what it does?

1 Answers  


Categories