Answer: There is an UpdatePanel UpdateMode property,which we have to set to
Conditional .
<asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional">
</asp:UpdatePanel>
It will not refresh the whole page.Only conditionly it will update portion of the page.
Asked In: Many Interviews |
Alert Moderator