What is Auto-event wireup? what is the default value for
this? when u change the value what will happen?
Answer Posted / srinivas
AutoEventWireup attribute of a Web Forms page to
automatically associate page events and event-handler
methods. If the AutoEventWireup attribute of the @ Page
directive is set to TRUE (or if it is not specified because
its default value is TRUE), the ASP.NET page framework
automatically calls page event-handler methods.
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
What is session in asp.net?
What is the difference between a multi-layer and multi-tier applications?
How do you implement postback with a text box?
What is the difference between mechine.config and web.config?
Explain About duration in caching technique
Where the viewstate is stored after the page postback?
Explain the difference between webfarm and webgardens in .net?
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
Describe the diffeerence between inline and code behind?
What do you mean by authorization?
What is the basic difference between asp and asp.net?
What is difference between mvc and asp.net? : Asp.Net MVC
What is the web.config file in asp?
How does asp.net work?
Can a .net web application consume java web service?