When an ASP.NET server control is added to a web form,
Visual Studio .NET adds one item to the class for the form.
What item is added?
a) The event registration.
b) A protected class member for the control.
c) A default event handler for the click event.
d) A default class that inherits from the control?s base class.
Answers were Sorted based on User's Feedback
Answer / tarun
d) A default class that inherits from the control?s
base class
Is This Answer Correct ? | 8 Yes | 5 No |
To wrap up a call to a Web service the standard used is..?
Explain advantages of caching?
How to comment out asp.net tags?
What are different ASP.NET Web Forms with the technology different from though ASP (1.0-3.0)?
What is session state server?
About session modes
How .net CLR works with n-tier application
What is web.config file ?
How to consume a webservice in a windows application without adding through the web reference?
After building the custom control, you test it by adding an ASP.Net web application to the solution. You add a correct <%@ Register %> directive and a proper declaration of the control in the <asp:Form> tag to the Web Form, but when you execute the application you get an error. What is the most likely reason for the problem? a) The custom control must be compiled first. b) The web application must have a reference to the control c) The custom control must be registered with windows first. d) The assembly from the custom control is not in the application?s bin directory.
Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe
What are the two properties that are common in every validation control?