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
What are custom controls?
What is application and session in asp.net?
What is cookies cache and session?
Why we are using mvc instead of asp.net? : Asp.Net MVC
What is a proxy in web service?
How do you remove duplicates without using remove duplicate stage?
A Web Service Can Only Be Written In .net. Is it True??
What is the part of url?
What is http request and response?
Explain the use of duration attribute of @outputcache page directive.
Define session in asp.net.
Which protocol is used in a web api?
What is the use of view state?
Explain the steps needed to be performed in order to create an animation in xaml?
What are the asp.net security controls?