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

Can you explain the difference between an ADO.NET Dataset and an ADO Recordset?

3 Answers   HCL, Wipro,


How can we Deploy a website?

2 Answers  


What is Http handler?

5 Answers   Accenture,


Why mvc is faster than asp.net? : Asp.Net MVC

0 Answers  


repeater and gridview diff? Why is repeater fast than gridview?

3 Answers   TCS,






What is autopostback in asp net?

0 Answers  


what do machine key element in configuration file specify?

1 Answers   TCS,


What is application variable in asp.net?

0 Answers  


How ViewstateMac works?

0 Answers   CGI,


Explain the use of fragment caching.

0 Answers  


where is declare global variable in asp.net and what is use of global variable

3 Answers  


What is the main function of razor in asp.net? : asp.net mvc

1 Answers  


Categories