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 |
Explain how do you box a primitive data type variable?
Speaking of boolean data types, whats different between c# and /c++?
What should the developer use in order to have an Active Server Page (ASP) invokes a stored procedure on a SQL Server database? A. ADO B. RDO C. RDS D. OLEDB E. None of the above.
Is asp still used?
What is asp in web technology?
Explain the differences between asp and asp.net and is asp.net backward compatible to asp?
What is the work of asp?
How do I print an aspx file?
Explain the difference between cookies collection and form/querystring collection?
How can you change the primary scripting language for a page?
How to determine if a visitor has cookies support enabled in his/her browser?
How add insert options in datagrid control in footer row.