whats the purpose of AUTOPOSTBACK property for the controls
in asp.net?
Answer Posted / waqas ahmed (http://www.themav
It allows you to control and change dependent fields in the
web form.
for example: if i have a dropdown of states and another
dropdown of cities with reference to the state, i want to
change the cities listitems when the user changes the state,
i would use autopostback property (good alternate is ajax
dropdown extender) and it will refresh my page by using
onselectedindex_changed property with my desired cities list
which is on the basis of the state selected.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
How to improve performance of web application asp.net mvc? : Asp.Net MVC
What are the two types of web pages?
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
What is the difference between union and join?
What is web api vs wcf?
What types of data validation events are commonly seen in the client-side form validation?
What is the use of HttpHandlers? When to use this?
Why asp.net is better than php?
What is the caspol.exe tool used for?
What are cookies in asp.net?
What is the difference between rest and restful?
What is an il?
What is the difference between session.abandon() vs clear()?
What is the viewstate in asp.net?
What is form submit?