Welcome to Dream.In.Code
Getting Help is Easy!

Join 131,725 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 2,329 people online right now. Registration is fast and FREE... Join Now!




countdown timer with ajax

 
Reply to this topicStart new topic

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

maio018
post 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

Go to the top of the page

Jayman
post 13 Oct, 2008 - 07:02 PM
Post #2


Student of Life

Group Icon
Joined: 26 Dec, 2005
Posts: 6,827



Thanked 38 times

Dream Kudos: 500

Expert In: C#, VB.NET, Java

My Contributions


Please describe what you need help with. Putting it in the description field does not tell us everything. It only shows a limited amount of characters.
User is online!Profile CardPM

Go to the top of the page

Fast ReplyReply to this topicStart new topic
Time is now: 11/20/08 10:19AM

Live Help!

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

Bye Bye Ads

Free DIC T-Shirt

T-Shirt Example

Related Sites

Monthly Drawing

Thumb Drive

Partners

Top Contributors

Top 10 Kudos This Month