whate is AutoEventWireup in .net ?
To ensure that the ASP.NET engine is aware of customize
events we use the AutoEventWireup attribute, which
signifies whether the Page_Load() event handler (called on
loading the page) is automatically wired up to the
OnPageLoad event. By setting this attribute to false we
must provide our own code to do this if required, but this
gives us a bit more freedom in what we do
| Is This Answer Correct ? | 5 Yes | 2 No |
How do I save an asp file as a pdf?
what is differance b/w .net assemblies and com component?
Explain the tasks performed by <> tags?
Which is the default scripting language in active server pages?
What is the difference between Cookies collection and Form/Querystring collection?
what is dry run?
Whats the implicit name and type of the parameter that gets passed into the class set method?
What is the Order of precedence for LOGICAL Operators in ASP?
what is mean of ASP?
What are the attributes of the <form> tags?
plz giv me the procedure for connecting to database
How can I see what assemblies are installed in the global assembly cache?