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 recordset asp?

532


Where would you use an ihttpmodule, and what are the limitations of any?

537


How can we identify that the Page is Post Back?

550


When cookie will expire?

578


What are sql notifications and sql invalidations?

522






What is difference between Fragment Caching and Page Caching in ASP.NET?

570


What is asp.net with mvc? : Asp.Net MVC

503


What is validation in asp.net?

544


Securitywise What are the Enhancements in 2.0?

1474


What is application variable in asp.net?

459


For which does this Codebehind="MyCode.aspx.cs" is relevent to ?

571


What are the different types of sessions in asp.net?

485


What are the benefits of view state?

539


How can you debug your.net application?

546


What is the difference between executescalar and executenonquery?

502