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 |
Is classic asp still supported?
Explain what inheritance is and an example of when you might use it?
Why asp is called active server?
What data types does the rangevalidator control support?
How to Display images using Response object? A. Contenttype=Application/Brush B. Contenttype=Image/JPG C. Contenttype=Application/paint D. Contenttype=Image/WMF
In which database is the information, such as membership, role management, profile, and Web parts personalization, stored?
1 Answers MindCracker, Muthoot Group,
In how many ways you can connect to the Database?
Explain the difference between the value-type variables and reference-type variables?
What are the methods in Application Object?
What is aspx format?
What is the difference between a namespace and an assembly name?
What is the order of execution for an ASP application?