how to show time limit

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • harita12
    New Member
    • Apr 2009
    • 6

    how to show time limit

    Hi I'm new to c# programming language, I'm making an app regarding online exam through paging, in which I want to show the time limit for the user and it decrease as the time passes & goes to next question when the time reaches 0. I have done wd d portion wn d control goes to next question but I don't know how I'll show the time limit for question on page.

    thanks in advance
  • tlhintoq
    Recognized Expert Specialist
    • Mar 2008
    • 3532

    #2
    I have done wd d portion wn d control
    I have no idea was a "wd d" control or a "wn d" control is. Anyone else?

    Comment

    • harita12
      New Member
      • Apr 2009
      • 6

      #3
      how to show time limit

      Hi I'm new to c# programming language, I'm making an app regarding online exam through paging, in which I want to show the time limit for the user and it decrease as the time passes & goes to next question when the time reaches 0. I have done with the portion when the control goes to next question but I don't know how I'll show the time limit for question on page.

      thanks in advance

      Comment

      • PRR
        Recognized Expert Contributor
        • Dec 2007
        • 750

        #4
        If its asp.net application then look into JavaScript timer controls... Window.setInter val and setimeout may be helpful ...You cant use server side timer controls... you will have to use JavaScript.... If its multiple pages ... you can update the timer interval for every page by passing query string ...
        Or you could have all the questions in one page with JavaScript timer ...

        Comment

        Working...