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

what are the events in ASP.net page life cycle?

1 Answers  


Every Validation controls have same option ?

2 Answers   iGate,


You need to be able to retrieve data from DataSet object that has four DataTable objects. There are currently UniqueConstraint and ForeignKeyConstraint Object on the DataTable objects to enforce the data rules. You find that you can retrieve the data from the individual DataTable objects, but you are not able to retrieve the data from the combination of DataTable objects in a Parent/Child manner. What should you do to able to retrieve the data in a Parent/Child manner? a) Set the EnforceParentChild parameter of the DataSet to True. b) Set the EnforceRelation parameter of the Relations collection to True. c) Add DataRelation objects to the Relations Collection to make the DataSet present the data in Parent/Child manner. d) Add a primary key and a foreign key to each of the DataTable objects that should present the data in a Parent/Child manner.

1 Answers   Syntax Softtech,


how can i call output parameters from ado.net

3 Answers   TCS,


Windows Authentication (via Active Directory) and SQL Server authentication (via Microsoft SQL Server username and passwords). Which one is trusted and which one is untrusted?

3 Answers  






How does the browser enable AutoPostBack functionality?

2 Answers  


What tag do you use to add a hyperlink column to the DataGrid?

2 Answers   Siebel Systems,


How many webforms are possible on a single webpage?

6 Answers  


What is event bubbling?

0 Answers  


What is the default timeout for a cookie?

0 Answers  


Why asp.net is better than php?

0 Answers  


What are the advantages and disadvantages of viewstate ?

1 Answers  


Categories