What is Auto-event wireup? what is the default value for
this? when u change the value what will happen?
Answer / 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 |
Can we use http handlers to upload a file in asp.net?
what is mean by framework?
What is the question mark in a url?
What is query string in asp.net?
Explain difference between dataset and datareader?
Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc
What is css and what is it used for?
what is PostBack Property exactly ? when It Returns True? when it Returns False?
Do you know using sql cache invalidation?
explain store procedure and trigger
Explain the components of web form in asp.net
Define caching.