Click here to Skip to main content
15,886,055 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionChange the asp.net worker process identity Pin
siva45530-Jan-09 19:40
siva45530-Jan-09 19:40 
AnswerRe: Change the asp.net worker process identity Pin
Christian Graus30-Jan-09 20:15
protectorChristian Graus30-Jan-09 20:15 
GeneralRe: Change the asp.net worker process identity Pin
siva45530-Jan-09 20:22
siva45530-Jan-09 20:22 
GeneralRe: Change the asp.net worker process identity Pin
Christian Graus30-Jan-09 20:34
protectorChristian Graus30-Jan-09 20:34 
GeneralRe: Change the asp.net worker process identity [modified] Pin
siva45530-Jan-09 20:41
siva45530-Jan-09 20:41 
QuestionIs it possible to popup reminder on particular time in asp.net Pin
Krishnraj30-Jan-09 18:54
Krishnraj30-Jan-09 18:54 
AnswerRe: Is it possible to popup reminder on particular time in asp.net Pin
Christian Graus30-Jan-09 18:57
protectorChristian Graus30-Jan-09 18:57 
GeneralRe: Is it possible to popup reminder on particular time in asp.net Pin
Krishnraj30-Jan-09 21:21
Krishnraj30-Jan-09 21:21 
Hi, Thanks for replying...

Yes, You are correct..and now see this...
I make one function in javascript, just for testing

function startTime()
{
var today=new Date()
var h=today.getHours()
var m=today.getMinutes()
var s=today.getSeconds()

// Call the page which checks the minutes after every one minute
t=setTimeout('startTime()',1000)
}


In the above code startTime function call recursively bcs i have to check the datetime from the database which is there in the page. so it will run after every 1 minuite and it will run on every client computer.

so can u think performence wise it is suitable??

And yes one more thing Here JQuery can help me? I want yr suggesion.

Thanks again...

Krishnraj

Questionforums Pin
ahawari0930-Jan-09 18:01
ahawari0930-Jan-09 18:01 
AnswerRe: forums Pin
Christian Graus30-Jan-09 18:34
protectorChristian Graus30-Jan-09 18:34 
QuestionRegional Language Issue While Uploading Excel Pin
jchandramouli30-Jan-09 17:57
jchandramouli30-Jan-09 17:57 
QuestionCan i use the same DataGridView for displaying the results of 2 different queries at different times? Pin
Subin Alex30-Jan-09 16:48
Subin Alex30-Jan-09 16:48 
AnswerRe: Can i use the same DataGridView for displaying the results of 2 different queries at different times? Pin
vaghelabhavesh30-Jan-09 16:54
vaghelabhavesh30-Jan-09 16:54 
GeneralRe: Can i use the same DataGridView for displaying the results of 2 different queries at different times? Pin
Subin Alex30-Jan-09 18:42
Subin Alex30-Jan-09 18:42 
GeneralRe: Can i use the same DataGridView for displaying the results of 2 different queries at different times? Pin
Christian Graus30-Jan-09 18:58
protectorChristian Graus30-Jan-09 18:58 
AnswerRe: Can i use the same DataGridView for displaying the results of 2 different queries at different times? Pin
Christian Graus30-Jan-09 17:00
protectorChristian Graus30-Jan-09 17:00 
Questiondirect to new browser window Pin
sana1730-Jan-09 9:29
sana1730-Jan-09 9:29 
AnswerRe: direct to new browser window Pin
Christian Graus30-Jan-09 15:24
protectorChristian Graus30-Jan-09 15:24 
GeneralRe: direct to new browser window Pin
sana1730-Jan-09 20:53
sana1730-Jan-09 20:53 
GeneralRe: direct to new browser window Pin
sana1730-Jan-09 22:31
sana1730-Jan-09 22:31 
QuestionSub Menu color and Font does not chage after using levelsubmenustyles Pin
amistry_petlad30-Jan-09 8:46
amistry_petlad30-Jan-09 8:46 
QuestionWeb MessageBox Pin
mehrdadc4830-Jan-09 7:30
mehrdadc4830-Jan-09 7:30 
AnswerRe: Web MessageBox Pin
Manas Bhardwaj30-Jan-09 10:39
professionalManas Bhardwaj30-Jan-09 10:39 
AnswerRe: Web MessageBox Pin
Rutvik Dave30-Jan-09 11:18
professionalRutvik Dave30-Jan-09 11:18 
AnswerRe: Web MessageBox Pin
Christian Graus30-Jan-09 18:35
protectorChristian Graus30-Jan-09 18:35 

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.