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
What is rending process in ASP.NET?
How can we pass info between 2 asp.net pages?
What’s the difference between asp.net web forms and asp.net mvc?
Explain significance of routing? : asp.net mvc
What is the caspol.exe tool used for?
What is the difference between localization and globalization?
How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC
What is the difference between union and join?
Explain State management in asp.net
What is the usage of DelegatingHandler?
Do you support digital rights management to protect my videos?
How to Separate background image and front image from original picture....
Explain how can we inherit a static member?
Explain about Application and Session Events ?
Difference between overriding and overloading?