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


Please Help Members By Posting Answers For Below Questions

What is rending process in ASP.NET?

850


How can we pass info between 2 asp.net pages?

801


What’s the difference between asp.net web forms and asp.net mvc?

839


Explain significance of routing? : asp.net mvc

815


What is the caspol.exe tool used for?

774


What is the difference between localization and globalization?

804


How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC

679


What is the difference between union and join?

786


Explain State management in asp.net

831


What is the usage of DelegatingHandler?

808


Do you support digital rights management to protect my videos?

659


How to Separate background image and front image from original picture....

765


Explain how can we inherit a static member?

740


Explain about Application and Session Events ?

836


Difference between overriding and overloading?

926