How to refresh asp:Content after certain period of time

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • baburk
    New Member
    • Oct 2006
    • 111

    How to refresh asp:Content after certain period of time

    Hi,

    How to refresh only a particular asp:Content for certain period of time.

    How can i?
    Code:
     
    <asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server">
      
    </asp:Content>
    Last edited by DrBunchman; May 20 '08, 07:20 AM. Reason: Added code tags - note the # button
  • DrBunchman
    Recognized Expert Contributor
    • Jan 2008
    • 979

    #2
    Hi baburk,

    Do you mean that you want to re-load the contents of an <asp:content /> tag after a certain time period has elapsed? You'll need to use a Timer control and an AJAX Update Panel for this to work effectively.

    Dr B

    PS You've posted this in the ASP Forum which is for Classic ASP. I've moved this post over but please post all future ASP.NET questions in the .NET forum. Thanks.

    Comment

    Working...