Get the number of times a URL- With query string it a server

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
I wanted to know if there is any way we can get the number of times a url is clicked by the user with the query string parameters
I want to cache the page. I need to know at what time a user types a url (with querystring

Thanks in advance
Srini
 
Store it in a database or somthing. Basically you will have to implement a
solution yourself.

Srini said:
Hi ,
I wanted to know if there is any way we can get the number of times a url
is clicked by the user with the query string parameters.
 
You wanted to know the same thing earlier, and I responded.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

Srini said:
Hi ,
I wanted to know if there is any way we can get the number of times a url
is clicked by the user with the query string parameters.
 
Back
Top