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
What is protected configuration?
Is it possible to migrate visual interdev design-time controls to asp.net?
8. Why do you want to work here?
How do you implement postback with a text box?
How do u deploy your asp.net application?
What is the difference between “Web.config” and “Machine.Config”?
Explain the difference between value type and reference type?
What is the difference between pathparam and queryparam?
How do you open a page in a new window?
To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?
Why we use asp.net for website development?
How will create assesblies at run time?
How do u declare static variable and how it is declared and what is its lifetime?
What is custom events? How to create it?
To bind columns manually which tags do you need to add within the asp:datagrid ?