Click here to Skip to main content
15,922,584 members
Home / Discussions / C#
   

C#

 
Questionhyper threading Pin
arkiboys17-Jul-08 2:45
arkiboys17-Jul-08 2:45 
AnswerRe: hyper threading Pin
leppie17-Jul-08 3:03
leppie17-Jul-08 3:03 
Question"&" string cant display in Lable control Pin
ASysSolvers17-Jul-08 2:42
ASysSolvers17-Jul-08 2:42 
AnswerRe: "&" string cant display in Lable control Pin
Gareth H17-Jul-08 2:48
Gareth H17-Jul-08 2:48 
GeneralRe: "&" string cant display in Lable control Pin
leppie17-Jul-08 3:04
leppie17-Jul-08 3:04 
AnswerRe: "&" string cant display in Lable control Pin
Guffa17-Jul-08 3:07
Guffa17-Jul-08 3:07 
GeneralRe: "&" string cant display in Lable control Pin
leppie17-Jul-08 3:08
leppie17-Jul-08 3:08 
AnswerRe: "&" string cant display in Lable control Pin
Nirandas17-Jul-08 3:23
Nirandas17-Jul-08 3:23 
GeneralRe: "&" string cant display in Lable control Pin
J$17-Jul-08 4:20
J$17-Jul-08 4:20 
GeneralRe: "&" string cant display in Lable control Pin
ASysSolvers17-Jul-08 6:57
ASysSolvers17-Jul-08 6:57 
QuestionHow to add an menu item to windows desktop menu Pin
Member 173968517-Jul-08 2:04
Member 173968517-Jul-08 2:04 
AnswerRe: How to add an menu item to windows desktop menu Pin
Firedragonweb17-Jul-08 5:33
Firedragonweb17-Jul-08 5:33 
Questionsaving xml [modified] Pin
arkiboys17-Jul-08 1:45
arkiboys17-Jul-08 1:45 
AnswerRe: saving xml Pin
leppie17-Jul-08 1:49
leppie17-Jul-08 1:49 
GeneralRe: saving xml Pin
arkiboys17-Jul-08 1:58
arkiboys17-Jul-08 1:58 
AnswerRe: saving xml Pin
leppie17-Jul-08 2:01
leppie17-Jul-08 2:01 
QuestionTime zones Pin
hadad17-Jul-08 1:32
hadad17-Jul-08 1:32 
AnswerRe: Time zones Pin
leppie17-Jul-08 1:57
leppie17-Jul-08 1:57 
AnswerRe: Time zones Pin
PIEBALDconsult17-Jul-08 5:03
mvePIEBALDconsult17-Jul-08 5:03 
Questionusb serial port Pin
samy10017-Jul-08 1:25
samy10017-Jul-08 1:25 
AnswerRe: usb serial port Pin
leppie17-Jul-08 1:54
leppie17-Jul-08 1:54 
AnswerRe: usb serial port Pin
Luc Pattyn17-Jul-08 3:14
sitebuilderLuc Pattyn17-Jul-08 3:14 
QuestionIntroduction to Client/Server Programming Pin
Banjo Ayorinde17-Jul-08 0:50
Banjo Ayorinde17-Jul-08 0:50 
AnswerRe: Introduction to Client/Server Programming Pin
nelsonpaixao17-Jul-08 12:25
nelsonpaixao17-Jul-08 12:25 
Questionhow can i create a countdown timer using C# ? Pin
truegilly17-Jul-08 0:25
truegilly17-Jul-08 0:25 
Hi guys,

Im about to start development on a countdown timer that will display the time left for a particular product.

the format will be like this - 00:00:11.

I have been watching the AJAX video tutorials so im thinking of approaching this by setting an updatePannel with a timer with a tick event every 1000ms. Inside the updatePannel i could have a label that is attached to a C# method that contains the countdown logic


2 questions...


1: is this a good way forward or not.

2: can anyone suggest data time classes/methods that i will find useful so for example an admin can enter a start date and an end date and the timer will show the days, hours, minutes and seconds remaining.

the site im trying to emulate is this http://www.telebid.com/ looks like they have AJAX countdown timers too.

thank you for your help

Truegilly

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.