Stop Watch - Timer ( ASP.net) C#

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • aliusmankhan
    New Member
    • Jul 2008
    • 5

    Stop Watch - Timer ( ASP.net) C#

    Hi all

    I have developed an online testing system, Its time based test, I used AJAX TIMER to show the user that how much time left for the test, But when AJAX timer refresh in every sec, it makes problem,
    My Question is
    Want a timer class which don't use the AJAX timer But its a timer itself, How can i do it

    Please I want it in C#
    Thank You
    aliusmankhan
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    What problem are you having with Ajax there may be a solution? One possible fix is MaintainScrollP ositionOnPostba ck="true", there are others including using panels.

    Comment

    • aliusmankhan
      New Member
      • Jul 2008
      • 5

      #3
      Originally posted by kenobewan
      What problem are you having with Ajax there may be a solution? One possible fix is MaintainScrollP ositionOnPostba ck="true", there are others including using panels.

      No i dont have the problem of scrolling etc, my prob is very huge to tell, thats y i just need a timer class in C# ,
      I also used
      TimerCallback
      System.Threadin g.Timer

      But i also wont work with me...
      Kindly help

      Comment

      • kenobewan
        Recognized Expert Specialist
        • Dec 2006
        • 4871

        #4
        Here is an article that may help:
        AJAX Application Architecture, Part 1

        Comment

        • aliusmankhan
          New Member
          • Jul 2008
          • 5

          #5
          Originally posted by kenobewan
          Here is an article that may help:
          AJAX Application Architecture, Part 1
          yes that was a good article but dear friend , i need it in C# not in VB

          Comment

          • Plater
            Recognized Expert Expert
            • Apr 2007
            • 7872

            #6
            Originally posted by aliusmankhan
            yes that was a good article but dear friend , i need it in C# not in VB
            Then convert it? .NET is .NET.

            Comment

            • aliusmankhan
              New Member
              • Jul 2008
              • 5

              #7
              Originally posted by Plater
              Then convert it? .NET is .NET.
              Can u post the class here ? and also tell me the details

              Comment

              Working...