本文介绍了如何使用c#在asp.net中实现倒数计时器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我正在开发一个在线测试应用程序。所有测试都是定时的。持续时间是60分钟..我想实现倒数时间,减少秒。在我的页面的某个地方应该显示剩余时间。如59:59,59:58,59:57 ... 60分钟结束后,测试应自动提交。在60分钟之前我们也可以提交测试。

解决方案




Hi,
I am developing an on line test application. All test are timed. Duration is 60 minutes.. I want to implement countdown time which decreases by seconds. Somewhere on my page time remaining should be displayed. Like 59:59, 59:58, 59:57... After 60 mins is over the test should automatically be submitted. Before 60 mins also we can also submit the test.

解决方案




这篇关于如何使用c#在asp.net中实现倒数计时器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-12 01:34