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
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?
Why web api is better than wcf?
What is difference between View State and Hidden Field in ASP.NET?
Where can I get information on cookies in asp.net?
How to improve performance of web application asp.net mvc? : Asp.Net MVC
What is the difference between mechine.config and web.config?
Explain what does wsdl stand for?
Explain the working of passport authentication.
How do we access view state value of this page in the next page?
Explain code snippet to register exception filters from controller?
What is the difference between abstract class vs interface? Can give me the real time examples?
What is the difference between equals() and == in c#?
I want to connect a system in LAN and I want to access that. Whenever I am moving a mouse in my desktop, the similar thing has to happen in another system in which I have connected. I need coding for this in C# and ASP.NET Can anyone please help me. It is very urgent. Thanks in advance. My email id is manojkumarchallagundla@gmail.com Will you please?
Which protocol is used in a web api?
Where do the cookie state and session state information be stored?