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 register exception filter globally?
What is the used of "ispostback" property?
How do http sessions work?
Where do we store our connection string in asp.net application?
What is the web.config file in asp?
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
witch is the best insistute in sharpoint course.what abt future of share point course.
Is viewstate secure?
What does session_start () do?
Why the javascript validation not run on the asp.net button but run successfully on the html button?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
Is LINQ performance wise better or using sqlcommand?
Explain how can we access static variable?
Can action method static?
What is web api vs wcf?