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
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.
How to send a DataReader as a parameter to a remote client ?
What are custom user controls in asp.net?
Give 2 examples for scenarios when routing is not applied?
What is the default timeout for a cookie?
Does asp.net still recognize the global.asa file?
How long the items in ViewState exists?
What is the difference between trace and debug in asp.net?
What is base class of .net?
code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications
Explain the difference between asp and asp.net?
Explain how viewstate is being formed?
Describe session handling in a webfarm, how does it work and what are the limits?
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?
Where is http session stored?