Click here to Skip to main content
15,890,512 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionPlay Live FP TV Pin
anilaabc15-Apr-10 2:29
anilaabc15-Apr-10 2:29 
AnswerRe: Play Live FP TV Pin
sasha winston15-Apr-10 3:59
sasha winston15-Apr-10 3:59 
GeneralRe: Play Live FP TV Pin
anilaabc15-Apr-10 18:33
anilaabc15-Apr-10 18:33 
QuestionMy dedicated server got hacked Pin
Rohit16db15-Apr-10 1:32
Rohit16db15-Apr-10 1:32 
AnswerRe: My dedicated server got hacked Pin
Morgs Morgan16-Apr-10 4:10
Morgs Morgan16-Apr-10 4:10 
Questionproblem in getting the value in minutes and seconds Pin
Amit Spadez15-Apr-10 0:12
professionalAmit Spadez15-Apr-10 0:12 
AnswerRe: problem in getting the value in minutes and seconds Pin
Sandeep Mewara15-Apr-10 0:31
mveSandeep Mewara15-Apr-10 0:31 
GeneralRe: problem in getting the value in minutes and seconds Pin
Amit Spadez15-Apr-10 0:39
professionalAmit Spadez15-Apr-10 0:39 
I have taken ajax timer control and in the "timer1_tick" event,its time interval is 1000 meaning that it will tick every second
Now, my code is

class abc
{
static int countdown = 100;
protected void page_load()
{

}

timer1_tick()
{
countdown--;
label.Text = countdown.ToString() + "seconds remaining";
}
}

Now I want that label.Text should display 100 as 1 minutes 40 seconds

after 1 tick
it should display 1 minute 39 sec..
after 2nd tick
1 minute 38 seconds
and so on...


for that I want 100 value in the datetime.
plz help
AnswerRe: problem in getting the value in minutes and seconds Pin
nish11115-Apr-10 0:44
nish11115-Apr-10 0:44 
GeneralRe: problem in getting the value in minutes and seconds Pin
Amit Spadez15-Apr-10 0:44
professionalAmit Spadez15-Apr-10 0:44 
GeneralRe: problem in getting the value in minutes and seconds Pin
nagendrathecoder15-Apr-10 0:47
nagendrathecoder15-Apr-10 0:47 
AnswerRe: problem in getting the value in minutes and seconds Pin
hb5213421415-Apr-10 3:49
hb5213421415-Apr-10 3:49 
QuestionHelp for right syntax in .net for defining variables in web pages Pin
Member 251458415-Apr-10 0:05
Member 251458415-Apr-10 0:05 
AnswerRe: Help for right syntax in .net for defining variables in web pages Pin
Dinesh Mani15-Apr-10 2:38
Dinesh Mani15-Apr-10 2:38 
GeneralRe: Help for right syntax in .net for defining variables in web pages Pin
Member 251458416-Apr-10 0:07
Member 251458416-Apr-10 0:07 
AnswerRe: Help for right syntax in .net for defining variables in web pages Pin
Gregory Gadow15-Apr-10 3:47
Gregory Gadow15-Apr-10 3:47 
GeneralRe: Help for right syntax in .net for defining variables in web pages Pin
Member 251458416-Apr-10 0:13
Member 251458416-Apr-10 0:13 
QuestionIs there a way to run both aspnet 1.1 and aspnet 2.0 on IIS of a 64 bit machine? Pin
surender.m14-Apr-10 22:32
surender.m14-Apr-10 22:32 
AnswerREPOST Pin
Not Active15-Apr-10 1:53
mentorNot Active15-Apr-10 1:53 
QuestionWeb Site Setup interruption Pin
Chesnokov Yuriy14-Apr-10 20:58
professionalChesnokov Yuriy14-Apr-10 20:58 
AnswerRe: Web Site Setup interruption Pin
Sandeep Mewara14-Apr-10 21:11
mveSandeep Mewara14-Apr-10 21:11 
GeneralRe: Web Site Setup interruption Pin
Chesnokov Yuriy15-Apr-10 0:35
professionalChesnokov Yuriy15-Apr-10 0:35 
QuestionRendering standard HTML in TextArea Pin
prabhakar dwivedi14-Apr-10 20:16
prabhakar dwivedi14-Apr-10 20:16 
AnswerRe: Rendering standard HTML in TextArea Pin
Not Active14-Apr-10 20:45
mentorNot Active14-Apr-10 20:45 
GeneralRe: Rendering standard HTML in TextArea Pin
prabhakar dwivedi14-Apr-10 21:26
prabhakar dwivedi14-Apr-10 21:26 

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.