Are you not storing this in a database? That would be the ideal solution --
just implement a simple function that logs hits to a page, along with a time
stamp. It is also very flexible to report on whatever other parameters you
want to report on.
--
Manohar Kamath
Editor, .netWire
www.dotnetwire.com
"Garyrek" <> wrote in message
news:...
Hi
I have a requirement where I need to make a report for each auto dealer how
many hits they got on specified date range, so for each car detail page I
increment the counter and total it while doing that I store the last hit
date, this gives the total hits for the dealer BUT does not facilitate date
range
How do I give the user a date range so that he can check how many hits the
dealer got lets say for last week OR last couple of days?
Thanks much!
Gary