C J
C J

Reputation: 417

How to implement stopwatch in asp.net 2.0 page

I want a stop watch with a start button and a stop button in my asp.net 2.0 page. How to implement this?

I would also like a timer to calculate how much time user is viewing the page so that I can add this time in my database.

Upvotes: 0

Views: 619

Answers (1)

DaveB
DaveB

Reputation: 9530

You don't tell us much. Here are a couple....

JQuery Stopwatch Plugin

Another JQuery stopwatch plugin

Upvotes: 1

Related Questions