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 |
Why do we use sessions?
To call a Web service which transport protocol you can use?
How many Controls present in Asp dot net?
Difference between response.redirect and server.transfer?
Types of values mode can hold session state in Web.Config?
what is clr . how we access them?
User contro having 4 text boxes given validation controls. i want to execute validations after the button click event how it is?
How can you dynamically add user controls to a page?
Types of state management techniques ?
What does uri mean?
How do you secure your connection string information?
What is the difference between union and structure?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)