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 are the advantages and disadvantages of session?
Can the dictionary object be created in client?s scope ?
Explain why datareader is useful?
What is the difference between rest and restful?
What is sdlc process?
How do cookies work? Give an example of their abuse.
What is the purpose of url encoding?
How can you handle exceptions in asp.net?
Which method is used to enforce garbage collection in .net?
What are server side controls?
In asp.net, how can you validate drop down box?
What is applicatio domain?
Disable browser cache for entire ASP.NET website?
Can the validation occurs in server-side or client-side? If the validation occurs why should we do?
List the asp.net validation controls?