I presume only the Button server control in ASP.NET has AUTO POST BACK set to TRUE by default. All others need explicit setting of this property on need basis. Am i right ?
Thanks,
Chakra.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
All except, Buttons, Hyperlinks and LinkButtons have a default Auto Post Back property of false in the stock ASP.NET control library.
Other controls that have the same expected behavior as a button fall into this category as well. So the DataPager controls, etc. would as well. Those controls behavior are essential just that of a button only. Other controls that have more than a singular use will have to have the auto post back enabled.