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
Differentiate between file-based dependency and key-based dependency.
What is the difference between executescalar and executenonquery?
Explain Session state management options in ASP.NET.
How do cookies work?
Contrast OOP and SOA. What are tenets of each ?
What are the events in a page life cycle?
What is postback in asp net?
witch is the best insistute in sharpoint course.what abt future of share point course.
How to improve performance of web application asp.net mvc? : Asp.Net MVC
Define authentication and authorization.
What are the navigation ways between pages available in ASP.NET?
Which Is Faster MVC or ASP.net ?
What is viewstate? In which event of the page life cycle, is the viewstate available?
Explain different types of Caching techniques in ASP.NET?
Name the tools or API for developing or testing web api?