Click here to Skip to main content
15,891,136 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Logical Help required with checkedlist box Pin
Brij12-Apr-10 3:17
mentorBrij12-Apr-10 3:17 
Questionhow to send email from gridview selected data Pin
developerit12-Apr-10 1:37
developerit12-Apr-10 1:37 
AnswerRe: how to send email from gridview selected data Pin
Brij12-Apr-10 2:30
mentorBrij12-Apr-10 2:30 
GeneralRe: how to send email from gridview selected data Pin
developerit12-Apr-10 4:03
developerit12-Apr-10 4:03 
GeneralRe: how to send email from gridview selected data Pin
Brij12-Apr-10 4:27
mentorBrij12-Apr-10 4:27 
Questionreverse timer in javascript Pin
Amit Spadez12-Apr-10 0:46
professionalAmit Spadez12-Apr-10 0:46 
AnswerRe: reverse timer in javascript Pin
daveyerwin12-Apr-10 1:56
daveyerwin12-Apr-10 1:56 
AnswerRe: reverse timer in javascript Pin
Gregory Gadow12-Apr-10 3:49
Gregory Gadow12-Apr-10 3:49 
When the page loads, it checks for a particular cookie. If it is not found, it is the first time the page has been loaded: figure out the time to which you are counting down and set the cookie. If it is found, load it and start counting down again.

An alternative would be to store the time server-side -- the session object might be a good choice. If Session("Deadline") does not exist, the page is being generated for the first time; if it does, it contains the time. Use it to set a hidden field in the code that your Javascript will reference.

There are problems with either approach, but they should usually work.
QuestionHow i get start with the Chat Application like gmail or facebook Chat Style ??? Pin
Rameez Raja12-Apr-10 0:29
Rameez Raja12-Apr-10 0:29 
Questionhow to validate emailids with regular expression validator Pin
developerit11-Apr-10 23:04
developerit11-Apr-10 23:04 
AnswerRe: how to validate emailids with regular expression validator Pin
Brij11-Apr-10 23:15
mentorBrij11-Apr-10 23:15 
AnswerRe: how to validate emailids with regular expression validator Pin
Sandesh M Patil11-Apr-10 23:31
Sandesh M Patil11-Apr-10 23:31 
AnswerRe: how to validate emailids with regular expression validator Pin
Gregory Gadow12-Apr-10 3:54
Gregory Gadow12-Apr-10 3:54 
QuestionPrinting Image in asp dot net Pin
Tufail Ahmad11-Apr-10 22:27
Tufail Ahmad11-Apr-10 22:27 
AnswerRe: Printing Image in asp dot net Pin
Sandesh M Patil11-Apr-10 23:20
Sandesh M Patil11-Apr-10 23:20 
Questionhow to maintain the state of previous page in gridview Pin
developerit11-Apr-10 21:00
developerit11-Apr-10 21:00 
AnswerRe: how to maintain the state of previous page in gridview Pin
Arindam Tewary11-Apr-10 21:07
professionalArindam Tewary11-Apr-10 21:07 
GeneralRe: how to maintain the state of previous page in gridview Pin
developerit11-Apr-10 21:50
developerit11-Apr-10 21:50 
GeneralRe: how to maintain the state of previous page in gridview Pin
michaelschmitt12-Apr-10 3:32
michaelschmitt12-Apr-10 3:32 
AnswerRe: how to maintain the state of previous page in gridview Pin
Abhijit Jana11-Apr-10 21:21
professionalAbhijit Jana11-Apr-10 21:21 
QuestionASP.NET Server Controls are not displaying in my website Pin
S Jayakar11-Apr-10 16:12
S Jayakar11-Apr-10 16:12 
AnswerRe: ASP.NET Server Controls are not displaying in my website Pin
Venkatesh Mookkan11-Apr-10 16:26
Venkatesh Mookkan11-Apr-10 16:26 
GeneralRe: ASP.NET Server Controls are not displaying in my website Pin
S Jayakar11-Apr-10 16:37
S Jayakar11-Apr-10 16:37 
GeneralRe: ASP.NET Server Controls are not displaying in my website Pin
Venkatesh Mookkan11-Apr-10 17:16
Venkatesh Mookkan11-Apr-10 17:16 
AnswerRe: ASP.NET Server Controls are not displaying in my website Pin
S Jayakar12-Apr-10 4:27
S Jayakar12-Apr-10 4:27 

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.