Browse by Tags

Related Posts

  • Re: Programmatically Add ListView With Internal DataPager To UpdatePanel

    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...
    Posted to ASP.NET AJAX UI (Forum) by mudassarkhan on 11-15-2008, 12:00 AM
    Filed under: udpdatepanel, Asp .NET, ajax, Response.Redirect
  • Re: UpdatePanel and Response.Redirect

    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...
    Posted to ASP.NET AJAX UI (Forum) by mudassarkhan on 11-15-2008, 12:00 AM
    Filed under: udpdatepanel, Asp .NET, ajax, Response.Redirect
Page 1 of 1 (2 items)
Microsoft Communities