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 do you mean by marshalbyref?
Explain difference between dataset and recordset?
Differentiate strong typing and weak typing
How to implement form based authentication in asp.net application?
How do you implement sql caching in asp.net?
Are there resources online with tips on asp to asp.net conversions?
What are the new login controls in asp.net 2.0?
How can we implement a identity (sql server) call in an asp.net page?
What does the hotspot class in .net do?
Why SessionID changes in every request in asp.net?
What is difference between viewstate and session in asp net?
List the asp.net validation controls?
What are the different methods of session maintenance in asp.net?
What is mta?
Where is the view state data stored?