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 |
is it possible to access website from a remote place, without deploying it on web server?
What is server transfer?
Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe in the page loading process.
How would you get asp.net running in apache web servers? Explain it's limitations.
What are asp.net web forms?
What are validator? Name the Validation controls in asp.net? How do u disable them?
If i have a web page, and one web user control, where in web page contains a text box, and web user control have check box, if i place a web user control in the webpage, when i check the check box, the out put should show it is checked or not. How we can do this?
If you want a certain ASP.NET function executed on MouseOver for a certain button. Where do you add an event handler?
Difference between windows application and web application? Which is the best for updation purpose?
What is the difference between localization and globalization?
How many web.copnfig can exists in a web application & which will be used ?
What is boxing and how it is done internally?
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)