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 the extension of master page in asp.net?

0 Answers  


What is the use of Administration tool in Asp.net 2.0?

2 Answers  


Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?

0 Answers  


how to stop cookie in particular page using asp.net

2 Answers   CGI,


Explain the difference between page.registerclientscriptblock and page.registerstartupscript?

0 Answers  






Out of ASP or ASP.NET which one is stateless?

0 Answers   BirlaSoft,


what is cross page posting

3 Answers  


we can able to display a MessageBox in asp .net without using any script langages?

8 Answers   ABC,


How can we inherit a static member?

0 Answers  


Where can we set the specific variables for a application and Session objects ?

2 Answers   Siebel,


What are the uses of reflection?

0 Answers  


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

4 Answers   Siebel Systems,


Categories