When would you set a control's AutoPostBack property to true?



When would you set a control's AutoPostBack property to true? ..

Answer / raghumadhav tirunagari

AutoPostBack is available with Web controls that are capable
of posting back to the server whenever the user performs an
action on the control. For example, if a drop down list
control's autoPostBack property is set to true (false is the
default), selecting an item from the drop down list will
cause the form to be submitted to the server. Autopostback
requires a round trip to the server every time the event is
fired.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

Contrast OOP and SOA. What are tenets of each ?

0 Answers  


What is an axd file?

0 Answers  


Why do we need a web application session?

0 Answers  


How is a property designated as read-only?

2 Answers  


how to add cliet side event to server side? and how to register client script to sever side? wt difference these two

3 Answers   PSI Data Systems,






Why is mvc better than asp.net?

0 Answers  


What is asp.net file?

0 Answers  


what is state management,what is the purpose of it,how it will be implemented in real time?

2 Answers  


explain store procedure and trigger

3 Answers  


What is the page life cycle in asp.net?

0 Answers  


How do you enable tracing? a) Set the Trace property of the Web Form to True b) Set the Trace property of the server object to True c) Set the Session variables Trace to True d) Set the Applications Variable Trace to True.

2 Answers   Syntax Softtech,


How you will handle session when deploying application in more than a server?

0 Answers  


Categories