Answer:
It will throw a run-time exception saying that
The Update method can only be called on UpdatePanel with ID 'UpdatePanel1' when UpdateMode is set to Conditional.
Where UpdatePanel1 is our UpdatePanel Id.
Meaning that we can only call Update() method when UpdateMode property is set to Conditional in Updatepanel definition.
Asked In: Many Interviews |
Alert Moderator