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
Explain server-side scripting and client-side scripting.
Does web services support data reader like pom project?
How does session work in asp net?
Which method is used to force all the validation controls to run?
Are there resources online with tips on asp to asp.net conversions?
Which is faster viewdata or viewbag?
What is bound controls
What is a response cookie?
What is the difference between ASP.NET Webforms and ASP.NET MVC?
Give an example of cookie abuse.
What are the different method of navigation in asp.net?
What language does asp.net use?
How can I have a particular web page in an asp.net application which displays its own error page?
Explain the Session state management options available with ASP.NET?
what is loosely coupled solution? How it can be used?