Buy Questpond's video subscriptions on
huge discount
.
Online: 11266
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Forums
>
ASP.NET
>
Loading ...
How can we find how many times a particular user visted the website and what all the links visted
Posted by
Umeshdwivedi
under
ASP.NET
on 6/24/2011 |
Points: 10
| Views : 2508 | Status :
[Member]
| Replies : 1
Write New Post
|
Search Forums
|
Resolved Posts
|
Un Answered Posts
|
Forums Home
Dear All
How can we find how many times a particular user visted the website and what all the links visted
my database in ms-access
any body help me
Latest Technology Trainer
And Part time software consultant
Reply
|
Reply with Attachment
Alert Moderator
Responses
Posted by:
T.saravanan
on: 6/25/2011
[Member]
[MVP]
Silver
|
Points: 25
0
Hi,
First you have the tables for users,website pages and maintain no of counts by user wise.
User
table have user details like userId,UserName,et.,
Website Page
table have PageId,Page Name,Page URL.,etc.,
Count Details
table have UserId,PageId,No.ofCount,etc.,
In Login page event you can pass userId into database to get all pages no.of count and store into one static object like datatable (or) XML document.Then when ever user enter into any page means based on page id (or) page name increase the no of count then store into database (or) maintain into that object when user sign out from the website at the time update the count into your database.
For your reference...
http://r4r.co.in/asp.net/01/tutorial/asp.net/Count%20Number%20of%20Visitors%20in%20WebSite%20using%20ASP.Net%20and%20C-sharp.shtml
http://www.daniweb.com/web-development/aspnet/threads/227194
Thanks,
T.Saravanan
Umeshdwivedi
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Login to post response
Latest Posts
How to get the exact property name while getting error
(0)
PDB file is not showing Line Number in dot net application hosted on server
(0)
Both Strings morethan 5 letters in length end of the words one vowel and one consonent is different
(0)
how to check Any adjacent letters transposed between two strings(ex: JOHN, JHON)
(1)
can't receive data after success login ?
(1)
Implement Multi-Tenant in Azure Logic Apps
(0)
Why ASP.Net Core 7.0 Web API showing as Connection refused?
(0)
Iterating over columns of dataframe and print as rows in Python Django
(0)
More ...