Hi All You can't call response.redirect during the page callbacks. So you can use the following solution We can use the asp timer control as follows <asp:Timer ID="tmCheckStatus" Interval="1800000" runat="server"> </asp:Timer> where the intervel is in millisecconds...