ASP.NET School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!

Welcome to Dream.In.Code
Become a ASP.NET Expert!

Join 307,168 ASP.NET Programmers for FREE! Get instant access to thousands of ASP.NET experts, tutorials, code snippets, and more! There are 1,558 people online right now. Registration is fast and FREE... Join Now!




countdown timer with ajax

 

countdown timer with ajax, I need to make a count down timer for 48 hours for an object and I nee

maio018

13 Oct, 2008 - 06:50 PM
Post #1

New D.I.C Head
*

Joined: 16 Sep, 2008
Posts: 1

CODE

Partial Class _Default
    Inherits System.Web.UI.Page

    Dim hours As Single = 47
    Dim minuts As Single = 59
    Dim seconds As Single = 59

    Protected Sub Timer1_Tick(ByVal sender As Object, ByVal e As System.EventArgs) Handles Timer1.Tick
        seconds -= 1
        Me.lblsec.Text = seconds
        Timer1.Focus()
    End Sub

    Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
        Me.lblhour.Text = hours.ToString
        Me.lblminut.Text = minuts.ToString
        Me.lblsec.Text = seconds.ToString
        Timer1.Enabled = True
    End Sub
End Class


User is offlineProfile CardPM
+Quote Post


Posts in this topic
maio018   countdown timer with ajax   13 Oct, 2008 - 06:50 PM
jayman9   Please describe what you need help with. Putting i...   13 Oct, 2008 - 07:02 PM

Fast ReplyReply to this topicStart new topic

Time is now: 11/21/09 06:37PM

Live ASP.NET Help!

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter Fan Us On Facebook

ASP.NET Tutorials

Reference Sheets

ASP.NET Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month