Tracking URL links visited in a browser
-
Hi, Any one help me regarding how to track the url links which are visited by a browse. Thanks in advance.
Pradeep Reddy
-
Hi, Any one help me regarding how to track the url links which are visited by a browse. Thanks in advance.
Pradeep Reddy
Browser history ? You can't take that using a server side scripting like ASP.NET.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
-
Browser history ? You can't take that using a server side scripting like ASP.NET.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
actually i need to track url's visited by a user. one service should be running in system and it should track the urls which are visited by a user.
Pradeep Reddy
-
actually i need to track url's visited by a user. one service should be running in system and it should track the urls which are visited by a user.
Pradeep Reddy
Ohh- Then you should record the requesting URL on each page load. If you have areas which are common to all pages (master page, base class), do this there. Alternatively take a look at google analytics which is very good to track the users and the pages they visit. It is easy to implement too.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
-
Ohh- Then you should record the requesting URL on each page load. If you have areas which are common to all pages (master page, base class), do this there. Alternatively take a look at google analytics which is very good to track the users and the pages they visit. It is easy to implement too.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
Thank U :-O
Pradeep Reddy
-
actually i need to track url's visited by a user. one service should be running in system and it should track the urls which are visited by a user.
Pradeep Reddy
Cookie?
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson