What is Auto-event wireup? what is the default value for
this? when u change the value what will happen?
Answer Posted / srinivas
AutoEventWireup attribute of a Web Forms page to
automatically associate page events and event-handler
methods. If the AutoEventWireup attribute of the @ Page
directive is set to TRUE (or if it is not specified because
its default value is TRUE), the ASP.NET page framework
automatically calls page event-handler methods.
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
How can exception be handled with out the use of try catch?
How many types of triggers are there in update panel?
Can we set which type of comparison we want to perform by the CompareValidator control?
What is the difference between the response.write() and response.output.write() methods?
Explain swagger components.
Explain the advantages of caching?
What are Session states available and its Uses?
How do u optimize a query in asp.net?
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
Which Is Faster MVC or ASP.net ?
1.what is the application pool. 2.what is the HttpModile and Http Handler. 3.C# 3.0 Features ? 4.Anonoymous Type,methopd and claas in 3.0? 5.difference between statsic and const ? 6.session vs application 7.state management clint side and server side ? 8.Genric list 9.c# 3.0 vs 3.5
Do you know about caching with the datasource controls?
What is the displayafter property in updateprogress control?
Can I tap into other windows livetm services?
What are the asp.net list controls and difference between them?