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 describes a query?
14. What are your Future Plans for Swatz Oils GROUP U.K?
How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?
What is base class of button control in .net?
Explain asp.net application life cycle?
What are validator? Name the validation controls in asp.net?
Explain the difference between response.redirect vs server.transfer
What are validator? Name the validation controls in asp.net? How do you disable them?
What are cookies in your browser?
Can we have multiple web config files for an asp.net application?
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
Explain parts of assembly?
What does mvc represent in asp.net? : asp.net mvc
Can you explain architecture of your project ?
What is asp according to you?