
- Forum
- Programming Talk
- Microsoft .NET
- Progress bar and timer in .net
Progress bar and timer in .net
This is a discussion on Progress bar and timer in .net within the Microsoft .NET forums, part of the Programming Talk category; HI All, In my web based project one quiz module is there for that i need to implement progress bar ...
-
Progress bar and timer in .net
HI All,
In my web based project one quiz module is there for that i need to implement progress bar and timer,.if anybody have an idea please help me.
Thanks In Advance!
Steve
-
I suggest you make use of session variable to store test start time based on this variable you can determine the time elapsed at each question and display the same until quiz time expires or the quiz is completed by the user after which you can destroy the session variable
You can make use of same concept for progress bar also

Reply With Quote





