what is the purpose of update panel control in ajax?
Answer Posted / ankit dugar
Update Panel control ensures that only those server contrls
inside it are posted back to the server instead of complete
page.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What is master page in dtp?
Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?
To load your generated dataset with data which method do you invoke?
How response object is related to asp's response object?
How can we prevent browser from caching an aspx page?
What is owin authentication?
List the types of authentication supported by asp.net?
What is authorization in asp.net?
What are the server controls in asp.net?
Explain a program using razor view engine to create a simple application? : asp.net mvc
What is protected configuration?
How to bind all the binding controls in a page at once in ASP.NET?
Define transparent caching with aop?
To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?
Is post back in asp.net?