When we do partial refresh of a page using update panel how
server knows it(which event occurs?)

Answers were Sorted based on User's Feedback



When we do partial refresh of a page using update panel how server knows it(which event occurs?)..

Answer / rajesh

server knows the occured event by triggers in updatepanel

Is This Answer Correct ?    3 Yes 0 No

When we do partial refresh of a page using update panel how server knows it(which event occurs?)..

Answer / 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

More ASP.NET Interview Questions

What is another word for redirect?

1 Answers  


Suppose there is one web farm with 3 servers inside with same configuration and the same project is running inside all servers.Which session mode is usde for all these and why?

3 Answers  


what are the Custom controls in asp.net?

1 Answers   MCN Solutions,


Explain how can we access static variable?

1 Answers  


What is ascx?

1 Answers  


What are the various ways to send content from one page to another?

1 Answers  


What is the difference between response.redirect and server.transfer?

1 Answers  


How can we pass info between 2 asp.net pages?

1 Answers  


Give real time examples for polymorphism, encapsulation, inheritance..

2 Answers   L&T,


can u any one tell me clearly where is stored cache datas?

2 Answers   Apollo,


What are different types of directives in .NET ?

1 Answers  


What is the use of view state?

1 Answers  


Categories