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
Answer / rajesh
server knows the occured event by triggers in updatepanel
Is This Answer Correct ? | 3 Yes | 0 No |
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 |
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.
List some of the important session state modes of asp.net.
If Asp Dot Application is stateless what happened? during designing
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
What does assemblyinfo.cs file consist of?
What is master page in dtp?
What is difference between Fragment Caching and Page Caching in ASP.NET?
How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC
Are cookies client side or server side?
What is difference between viewstate and session state in javascript?
Whats MSIL, and why should my developers need an appreciation of it if at all?
What is server infrastructure?