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 difference between Server.Transfer and Response.Redirect?

5 Answers  


What is cache in asp net?

0 Answers  


Is It Possible for Static Variables access normal variable? and Normal Varialbe Access the static Variables?

1 Answers   Phoenix Technologies,


How information about the user's locale can be accessed?

0 Answers   MindCracker,


Describe a Windows Service and its lifecycle ?

0 Answers   Siebel,






Explain the difference between sql invalidation and sql notification.

0 Answers  


Define caching.

0 Answers  


Differnce between Control an View State

1 Answers   Proteans,


how to get the vb6.0 COM Component in to the .Net application?

3 Answers   iSoft,


What is the mvc framework?

0 Answers  


What is the difference between adding reference in solution explorer and adding references by using ?

0 Answers  


Why do we need Web Services?

1 Answers   Mind Tree,


Categories