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 |
Types of optimization and name a few and how do u do?
Explain the namespace classes used in asp.net mvc? : asp.net mvc
what is Master pages in asp.net? what is the advantages and disadvantages?
What are the disadvantages of view state?
When is an object collected by the Garbage Collector? [Four options were given]
What is the difference between viewstate and hidden field in asp.net?
Explain serialization and deserialization?
What is a ashx file?
Can u able to get the xml document in crystal report if yes how its possible
what is session,cokkies in asp.net??
Which library is used by the testers and developers to develop automated tests and create testing tools?
Which tools of web site Administartion tool do you use to manage user,roles and rules?
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)