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
What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc
What do you understand by aggregate dependency?
Define xmlreader class.
How to prepare culture-specific formatting in .net.
Explain what are delegates?
What do you mean by authentication?
Is asp net front end or backend?
Explain different types of validators in asp.net?
How can we Validate a Controls in ASP.NET page using JavaScript?
What is a postback ispostback and autopostback in asp net?
Why is xap important?
Explain a program using razor view engine to create a simple application? : asp.net mvc
What is the file extension of web service?
What is web api vs wcf?
What is the use of global.asax file?