Click here to Skip to main content
15,891,136 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: VB.NET Dataset Does not save changes Pin
Ray Cassick26-Aug-08 16:23
Ray Cassick26-Aug-08 16:23 
Questionstatic dataset Pin
bfis10813726-Aug-08 7:06
bfis10813726-Aug-08 7:06 
AnswerRe: static dataset Pin
Wendelius26-Aug-08 7:49
mentorWendelius26-Aug-08 7:49 
GeneralRe: static dataset Pin
bfis10813726-Aug-08 7:56
bfis10813726-Aug-08 7:56 
GeneralRe: static dataset Pin
Wendelius26-Aug-08 8:09
mentorWendelius26-Aug-08 8:09 
Question.Net for UNIX based system Pin
sinhasourabh26-Aug-08 6:55
sinhasourabh26-Aug-08 6:55 
QuestionRe: .Net for UNIX based system Pin
led mike26-Aug-08 7:01
led mike26-Aug-08 7:01 
Questionjava script timer control Pin
balaji.t25-Aug-08 0:27
balaji.t25-Aug-08 0:27 
hi folks,

I wud like to display running time in my page using javascript.For that i ve used the following client side function.

<form name="counter"><input type="text" size="8"
name="d2"></form>
<script type="text/javascript">
var milisec=0
var seconds=120
// document.counter.d2.value=0
function display()
{
if (milisec<=0){
milisec=9
seconds-=1
}
if (seconds<=-1)
{
milisec=0
seconds+=1
}
else
milisec-=1
document.counter.d2.value=seconds+"."+milisec
setTimeout("display()",1000)
}

display()

ive hardcoded it as 120 seconds.But i need to pass a value from code behind dynamically and make the timer run for that value.
for e.g i want to pass as display(180) and run the timer.Is there any way of achieving this?Advance thanx

T.Balaji

AnswerRe: java script timer control Pin
Brij25-Aug-08 1:28
mentorBrij25-Aug-08 1:28 
AnswerRe: java script timer control Pin
John Ad25-Aug-08 4:17
John Ad25-Aug-08 4:17 
QuestionWhat do i use for the list of blocks, containing pictures and several controls? [modified] Pin
DbIMKA23-Aug-08 7:48
DbIMKA23-Aug-08 7:48 
AnswerRe: What do i use for the list of blocks, containing pictures and several controls? Pin
Pete O'Hanlon24-Aug-08 11:38
mvePete O'Hanlon24-Aug-08 11:38 
GeneralRe: What do i use for the list of blocks, containing pictures and several controls? Pin
DbIMKA24-Aug-08 22:27
DbIMKA24-Aug-08 22:27 
GeneralRe: What do i use for the list of blocks, containing pictures and several controls? Pin
Pete O'Hanlon25-Aug-08 22:43
mvePete O'Hanlon25-Aug-08 22:43 
GeneralRe: What do i use for the list of blocks, containing pictures and several controls? Pin
DbIMKA26-Aug-08 23:38
DbIMKA26-Aug-08 23:38 
GeneralRe: What do i use for the list of blocks, containing pictures and several controls? Pin
Pete O'Hanlon27-Aug-08 0:11
mvePete O'Hanlon27-Aug-08 0:11 
GeneralRe: What do i use for the list of blocks, containing pictures and several controls? Pin
DbIMKA27-Aug-08 22:16
DbIMKA27-Aug-08 22:16 
GeneralRe: What do i use for the list of blocks, containing pictures and several controls? Pin
Pete O'Hanlon27-Aug-08 22:57
mvePete O'Hanlon27-Aug-08 22:57 
QuestionDeployment problem Pin
Zafar Sultan23-Aug-08 3:51
Zafar Sultan23-Aug-08 3:51 
AnswerRe: Deployment problem Pin
Brij23-Aug-08 4:13
mentorBrij23-Aug-08 4:13 
QuestionHow to Start Learning .Net Technology Pin
khalidmehmoodawan21-Aug-08 17:39
khalidmehmoodawan21-Aug-08 17:39 
AnswerRe: How to Start Learning .Net Technology Pin
Brij21-Aug-08 21:57
mentorBrij21-Aug-08 21:57 
AnswerRe: How to Start Learning .Net Technology Pin
Paul Conrad22-Aug-08 19:55
professionalPaul Conrad22-Aug-08 19:55 
AnswerRe: How to Start Learning .Net Technology Pin
Thomas Stockwell24-Aug-08 5:19
professionalThomas Stockwell24-Aug-08 5:19 
AnswerRe: How to Start Learning .Net Technology Pin
Thomas Stockwell28-Aug-08 12:17
professionalThomas Stockwell28-Aug-08 12:17 

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.