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 meant by web application?

0 Answers  


Can the validation occurs in server-side or client-side? If the validation occurs why should we do?

0 Answers   Siebel,


How can we create pie chart in asp.net?

0 Answers  


What is cached data phone?

0 Answers  


What r Callbacks in ASP.NET?

1 Answers  






why many web.config files are used in are project

2 Answers  


Describe a Windows Service and its lifecycle ?

0 Answers   Siebel,


What is the difference between Server.Transfer and Response.Redirect?

5 Answers  


What are different methods of session maintenance in asp.net?

0 Answers  


difference between gridview,data list and repeater control

7 Answers   ABC, Olive Tech,


We have 2 sites in which one site allows the user with out asking credentials and second one ask for credentials through a log page. What might be the configurations settings for both sites? We can use IIS and web.config files together.

1 Answers   ADITI,


What is difference between view state and session state?

0 Answers  


Categories