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
Explain how can we inherit a static member?
What is owin authentication?
What is application variable?
What are url fragments?
Can we have multiple web config files for an asp.net application?
What is asp.net and its advantages?
What is the purpose of using MVC programming pattern in ASP.NET?
What is another word for redirect?
Explain the various authentication mechanisms in asp.net.
Why should i prefer JSP over asp.net or any other web development language..??
Explain login control and form authentication.
What are the built-in objects in asp.net?
What is the maximum amount of memory any single process on windows can address?
How many languages are supported by .NET at present time?
Why asp.net mvc is better than asp.net? : Asp.Net MVC