What is Auto-event wireup? what is the default value for
this? when u change the value what will happen?



What is Auto-event wireup? what is the default value for this? when u change the value what will ha..

Answer / 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

More ASP.NET Interview Questions

Can we use http handlers to upload a file in asp.net?

2 Answers  


what is mean by framework?

3 Answers  


What is the question mark in a url?

0 Answers  


What is query string in asp.net?

0 Answers  


Explain difference between dataset and datareader?

0 Answers  


Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc

0 Answers  


What is css and what is it used for?

0 Answers  


what is PostBack Property exactly ? when It Returns True? when it Returns False?

1 Answers  


Do you know using sql cache invalidation?

0 Answers  


explain store procedure and trigger

3 Answers  


Explain the components of web form in asp.net

0 Answers  


Define caching.

0 Answers  


Categories