When we do partial refresh of a page using update panel how
server knows it(which event occurs?)
Answer Posted / sivaprasad
PageRequest Manager in the page will maintain the
collection of controls that are registered as triggers in
any update panel inside page.it will check weather the
request is happened by a control with in the collection
then it will make request as partial post back.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?
Explain Life cycle of ASP.NET page when a request is made.
What are the uses of reflection?
What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?
What is cross page posting in asp net?
What are the file extensions for razor views?
What is the difference between user control and custom control?
How to retrieve user name in case of Window Authentication?
Write a code snippet to implement the indentation in json in web api.
What is the difference between executescalar and executenonquery?
Explain different types of Caching techniques in ASP.NET?
How to you can limit Access to Web API to Specific HTTP Verb?
Where web.config file is used?
What are the contents of cookie?
How do you store a value in viewstate and retrieve them?