What Are The Difference Between AutoEventWireup="true" and
AutoEventWireup="False"
Answer Posted / ruchika garg
First of all the above answer that default value for auto
eventwireup=true is false bcoz the default value of
autoeventwireup=false in c#
A false value indicates that you must explicitly write a
code to bind events related to a page ,such as the load
event of a page
and true value indicates that events will be generated
automatically
| Is This Answer Correct ? | 1 Yes | 9 No |
Post New Answer View All Answers
What are the difference between function and stored procedure in .net programming language?
How long do session variables last?
What is a web pool?
Disable Mouse right click on web page in asp.net?
What is the difference between Classic ASP and ASP.Net?
Define page output caching?
Where is session cookies stored?
Which type if caching will be used if we want to cache the portion of a page instead of whole page?
How do you declare static variable? What is its lifetime?
What is caching? Explain.
Can any body provide me the sample web application in asp.net
Is session server side or client side?
How do you hide the columns?
Can we have a web application running without web.config file?
What is web api vs wcf?