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 is bson in web api?
How to use ipostback?
What is asp.net? How is it different from asp?
What are the disadvantages of asp.net?
What is a master page and what does it do?
What is globalization and localization in asp net?
What is css in asp.net?
I want to connect a system in LAN and I want to access that. Whenever I am moving a mouse in my desktop, the similar thing has to happen in another system in which I have connected. I need coding for this in C# and ASP.NET Can anyone please help me. It is very urgent. Thanks in advance. My email id is manojkumarchallagundla@gmail.com Will you please?
What do you understand by aggregate dependency?
What is the extension of master page in asp.net?
Describe the Server Control Events of ASP.NET?
how to debug web services on consumer side?
What is special types forms
What is a session http?
What is event bubbling?