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 |
Which choice is NOT a property of Dictionary Object? A. Key() B. CompareMode C. Item () D. Exists () E. Count
What is wsdl file? (explain in detail)
Write a program in ASP that connect with "Employee" Database and Select all records from "Emp" table and shown in tabular form.
Define a variable?
Explain the different types of session state management options available with asp.net?
What are the asp components?
Speaking of boolean data types, whats different between c# and /c++?
What is aspx format?
explain joints in .net.
What is the purpose of application.lock method?
Describe how a browser-based Form POST becomes a Server-Side event like Button1_OnClick
How do you open an asp file?