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 the asp.net mvc folder conventions? : asp.net mvc
What are the different types of cookies in asp.net?
What is the difference between user control an custom control?
How to do parallel database export in remote SQL Server in ESSL time track. It is working for local server but not working for remote SQL Server
What is asp.net and its advantages?
What is a proxy in web service?
How do cookies work?
Can we add code files of different languages in app_code folder?
Can you explain the importance of finalize method in .net?
What is %20 in a url?
How do we implement bundling in MVC?
What is mvc in angular?
Why do we need a web application session?
What are session and cookies?
What are the uses of list view control in Asp.net?