Recording how many times a page was visited

A

Andy B

I want to record the number of times a page was visite into a sql server
database. This will be part of the admin stats for the website. Any ideas
how to do something like this?

d
 
J

Jonathan Wood

The simplest way would be to increment a database value from the page's Load
event. Something more sophisticated would be to use one of the ASP.NET
global handlers.
 
A

Andy B

Is there an example of this for both ways?


Jonathan Wood said:
The simplest way would be to increment a database value from the page's
Load event. Something more sophisticated would be to use one of the
ASP.NET global handlers.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,535
Members
45,008
Latest member
obedient dusk

Latest Threads

Top