Click here to Skip to main content
15,898,736 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionrequired field validator is not working properly for dropdownlist Pin
chakran16-Dec-09 19:10
chakran16-Dec-09 19:10 
AnswerRe: required field validator is not working properly for dropdownlist Pin
Dinesh Mani16-Dec-09 19:18
Dinesh Mani16-Dec-09 19:18 
GeneralRe: required field validator is not working properly for dropdownlist Pin
chakran16-Dec-09 19:24
chakran16-Dec-09 19:24 
GeneralRe: required field validator is not working properly for dropdownlist Pin
Dinesh Mani16-Dec-09 19:27
Dinesh Mani16-Dec-09 19:27 
GeneralRe: required field validator is not working properly for dropdownlist Pin
chakran16-Dec-09 20:00
chakran16-Dec-09 20:00 
QuestionHow to implement timer in asp.net application? Pin
Raheem MA16-Dec-09 18:57
Raheem MA16-Dec-09 18:57 
AnswerRe: How to implement timer in asp.net application? Pin
Dinesh Mani16-Dec-09 19:15
Dinesh Mani16-Dec-09 19:15 
AnswerRe: How to implement timer in asp.net application? Pin
Aman Bhullar16-Dec-09 19:44
Aman Bhullar16-Dec-09 19:44 
You need to keep the time value safe.

This can be done as

1. Keep the hidden TextBox(Style="display:none") on the web page
2. Save the initial value of exam in the text box
3. For your timer control, fetch the timer value from this text box, subtract the value, display it to user and save the reduced value back in the text box.
4. When user clicks on the next button, fetch the value from the text box, pass it to the next page, save it in Hidden text box and start the timer from value in text box.

I think this will help you.

Regards
Aman Bhullar
www.arlivesupport.com[^]

Questionproject on asp.net Pin
Shekhar Kadam16-Dec-09 18:53
Shekhar Kadam16-Dec-09 18:53 
AnswerRe: project on asp.net Pin
Abhijit Jana16-Dec-09 18:59
professionalAbhijit Jana16-Dec-09 18:59 
AnswerRe: project on asp.net Pin
Ashfield17-Dec-09 1:22
Ashfield17-Dec-09 1:22 
Questionpaypal Pin
mylogics16-Dec-09 18:34
professionalmylogics16-Dec-09 18:34 
AnswerRe: paypal Pin
Dinesh Mani16-Dec-09 18:51
Dinesh Mani16-Dec-09 18:51 
GeneralRe: paypal Pin
mylogics16-Dec-09 18:54
professionalmylogics16-Dec-09 18:54 
GeneralRe: paypal Pin
Dinesh Mani16-Dec-09 19:04
Dinesh Mani16-Dec-09 19:04 
GeneralRe: paypal Pin
mylogics16-Dec-09 19:16
professionalmylogics16-Dec-09 19:16 
GeneralRe: paypal Pin
Dinesh Mani16-Dec-09 19:19
Dinesh Mani16-Dec-09 19:19 
GeneralRe: paypal Pin
mylogics16-Dec-09 19:26
professionalmylogics16-Dec-09 19:26 
GeneralRe: paypal Pin
Dinesh Mani16-Dec-09 19:29
Dinesh Mani16-Dec-09 19:29 
GeneralRe: paypal Pin
mylogics16-Dec-09 19:33
professionalmylogics16-Dec-09 19:33 
GeneralRe: paypal Pin
Dinesh Mani16-Dec-09 20:22
Dinesh Mani16-Dec-09 20:22 
GeneralRe: paypal Pin
mylogics16-Dec-09 20:35
professionalmylogics16-Dec-09 20:35 
GeneralRe: paypal Pin
Dinesh Mani16-Dec-09 21:51
Dinesh Mani16-Dec-09 21:51 
Questionhow to convert blob data in my sql? Pin
harishkharvi16-Dec-09 17:51
harishkharvi16-Dec-09 17:51 
QuestionCustom Validation Sumamry Message Pin
jinovv16-Dec-09 17:39
jinovv16-Dec-09 17:39 

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.