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
How can you enable impersonation in the web.config file?
Explain asp.net application life cycle?
What does mvc represent in asp.net? : asp.net mvc
What types of data validation events are commonly seen in the client-side form validation?
Where is asp.net view state stored?
Can a .net web application consume java web service?
What are directives in asp.net? List down all the important directives.
What is a 401 redirect?
What is the namespace to create thread in .net?
What is enableviewstate in asp net?
Explain the difference between Repeater and Data list control in ASP.NET?
How to Separate background image and front image from original picture....
What is difference between Server.Transfer and Response.Redirect in ASP.NET?
How would you turn off cookies on a page of a website?
Explain form level validation and field level validation?