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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is hidden field in asp.net?

592


What is http session state?

517


What are the server control tags in asp.net.?

619


What is the difference between c# and .net?

573


Explain the steps needed to be performed in order to create an animation in xaml?

551






What are sessions used for?

550


What do you mean by caching in asp.net?

546


Explain the difference between array and linkedlist?

517


What is cross page posting in asp net?

530


Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc

525


What asp.net control can embed xaml into asp.net pages?

536


In a Repeater control how one can provide an alternating color scheme ?

560


Explain repository pattern in asp.net mvc? : asp.net mvc

523


Are there resources online with tips on asp to asp.net conversions?

541


Differentiate between client-side and server-side validations in web pages.

554