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
Where is the view state data stored in asp net?
What is the equivalent of date() and time() in asp.net?
Is viewstate enabled by default?
What is the difference between a page theme and a global theme?
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
What happens if an ASP.NET server control with event-handling routines is missing from its definition?
What are the versions of garbage collection?
What is difference cookie and session?
Name some asp objects?
How to improve performance of web application asp.net mvc? : Asp.Net MVC
List down the sequence of methods called during the page load.
Is viewstate secure?
What is the difference between user control an custom control?
Which is the parent class of the web server control?
How do I open an ashx file?