help me regarding timer countdown on asp.net page using c#
-
i working in asp.net and C#.net. i am comparing the values of two labels if they are not equal then start countdown. but it should be for five minutes only. mean when time start then 4:59(mm:ss) then decrease and when time become 0:00 then it will once again become 4:59 and again repeat the whole process if the the label values are not equal. Regards
-
i working in asp.net and C#.net. i am comparing the values of two labels if they are not equal then start countdown. but it should be for five minutes only. mean when time start then 4:59(mm:ss) then decrease and when time become 0:00 then it will once again become 4:59 and again repeat the whole process if the the label values are not equal. Regards
you need to use SetInterval to change time.. :rose:
Abhishek Sur
My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB
**Don't forget to click "Good Answer" if you like to.
-
i working in asp.net and C#.net. i am comparing the values of two labels if they are not equal then start countdown. but it should be for five minutes only. mean when time start then 4:59(mm:ss) then decrease and when time become 0:00 then it will once again become 4:59 and again repeat the whole process if the the label values are not equal. Regards
i m sorry i new in asp.net. how i can use set interval.