whats the purpose of AUTOPOSTBACK property for the controls
in asp.net?
Answer Posted / .net guru
In classic ASP, postback could be triggered by clicking a
button. ASP.NET provides property to the web controls to
trigger a postback on certain events like checkbox/radio
button .. checked/unchecked etc. This gives a lot of
flexibility to the developer to handle the event on server
side.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What are the validation controls available in ASP.NET?
What is the difference between stored procedure vs function?
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
Why viewstate is used in asp.net?
What is mvc in asp.net tutorial? : Asp.Net MVC
What are the disadvantages of asp.net?
What is manifest in .net framework?
What is the equivalent of date() and time() in asp.net?
Explain what is an assembly?
How many types of Cookies are available in ASP.NET?
Explain the features that make asp.net more used framework? : asp.net mvc
What is the difference between pathparam and queryparam?
How are sessions stored?
How does viewstate work?
What are the asp.net security controls?