Click here to monitor SSC

countdown timer in ASP.NET

Last post 05-07-2012, 6:42 AM by jeffreymcfincze512. 18 replies.
Page 2 of 2 (19 items)   < Previous 1 2
Sort Posts: Previous Next
  •  02-02-2009, 8:20 PM Post number 71880 in reply to post number 20303

    Re: countdown timer in ASP.NET

    sir i cant open the link. . .
  •  05-19-2009, 10:12 PM Post number 73468 in reply to post number 20318

    Re: countdown timer in ASP.NET

    murugeshan:

    I got the solution. I am using this method.

    <%
      Dim TimeVal As String=Session("Time")
      %>
    <INPUT id="hidfield" type="hidden" value="<%=TimeVal%>"></CENTER>

    the above lines in inline coding.

    In code behind

    Session("Time")=1

    so this value to pass the inline coding.

    Thankz damon....

     

     

     

    <% Dim TimeVal As String=Session("Time") %> 




    Hi !

    I have the same problem with you, I'm using asp.net C# and javascript as timer. but when I try to implement your code above I get an error.
    I'm new at javascript, could you give me the complete code of timer above, please help me !
  •  11-05-2011, 3:14 AM Post number 104205 in reply to post number 20413

    • helit is not online. Last active: 11-06-2011, 5:44 PM helit
    • Top 100 Contributor
    • Joined on 11-05-2011
    • Level 1: Deep thought

    Re: countdown timer in ASP.NET

    http://www.simple-talk.com/community/forums/thread/20134.aspx
  •  05-07-2012, 6:42 AM Post number 109400 in reply to post number 20333

    Re: countdown timer in ASP.NET

    Damon:

    You need to implement a client-side callback.  Check out the following article.

    http://www.dotnetjunkies.com/Article/E80EC96F-1C32-4855-85AE-9E30EECF13D7.dcik





    thanks for the links....
    _____________
    parkinsons therapy
Page 2 of 2 (19 items)   < Previous 1 2
View as RSS news feed in XML