Answer: There is an UpdatePanel UpdateMode property,which we have to set to
Always
.
<asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Always">
</asp:UpdatePanel>
By setting this property,the whole page will refresh every time.
Asked In: Many Interviews |
Alert Moderator