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 |
What is the difference between Server.Transfer and Response.Redirect?
What is cache in asp net?
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?
Describe a Windows Service and its lifecycle ?
Explain the difference between sql invalidation and sql notification.
Define caching.
Differnce between Control an View State
how to get the vb6.0 COM Component in to the .Net application?
What is the mvc framework?
What is the difference between adding reference in solution explorer and adding references by using ?
Why do we need Web Services?