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

When working with ASP.Net server controls, it is important to use the right event handlers to capture the event for the application to function properly. What event would you use to capture the selection of a new item in a DropDownList control? a) The Click event. b) The SelectionChanged event. c) The SelectionIndexChanged event. d) The ChangedSelection event.

4 Answers   Syntax Softtech,


List some of the important session state modes of asp.net.

0 Answers  


If Asp Dot Application is stateless what happened? during designing

3 Answers   TCS,


What are ASP.NET Web Forms? How is this technology different than what is available though ASP?

1 Answers   BirlaSoft,


What does assemblyinfo.cs file consist of?

2 Answers   Accenture, HCL,






What is master page in dtp?

0 Answers  


What is difference between Fragment Caching and Page Caching in ASP.NET?

0 Answers   PUCIT,


How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC

0 Answers  


Are cookies client side or server side?

0 Answers  


What is difference between viewstate and session state in javascript?

0 Answers  


Whats MSIL, and why should my developers need an appreciation of it if at all?

3 Answers   Siebel,


What is server infrastructure?

0 Answers  


Categories