Link to home
Start Free TrialLog in
Avatar of assaultkitty
assaultkitty

asked on

HitCounter

Dear Experts,

I have to create a hitcounter in ASP.NET and C#.  The project request is that I create a HitCounter class that counts the number of hits to a Web page and stores the results in a database. Use a private data member to store the number of hits and include public set and get member functions to access the private counter member variable.  Save the project in a folder named Hit Counter in you Projects folder for Chapter 10.  

Please provide an valuable documentation for this particular project!  The information that got from the experts help me tremendously.  I was able to complete the project on my own.  The transcription was another though. lol  Thanks.  This is homework!
Avatar of sammySeltzer
sammySeltzer
Flag of United States of America image

Unfortunately, this is school work. I don't mind doing it but you have to put in some work and here is a link with all that you u would need to make it work for you.

http://forums.asp.net/t/1745318.aspx/1
Avatar of assaultkitty
assaultkitty

ASKER

I have begun the project on my own.  I am using this website to get started but it does not have the private data members, set, and get statements that I need. It is simple and easy to understand.  

http://www.aspnettutorials.com/tutorials/database/hit-cntr-asp4-cs.aspx

I will attach what I have accomplished so far.  Thanks for the respones - expert!
This is what I have accomplished so far.  Please check out this file! I could not upload one or two files.  There were a few files that I did not upload yet.
WebApplication2.txt
HitCounter.csproj
Web.config
Default.aspx.cs
Default.aspx.designer.cs
About.aspx.designer.cs
Default.aspx
About.aspx
About.aspx.cs
ASKER CERTIFIED SOLUTION
Avatar of Kumaraswamy R
Kumaraswamy R
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
http://www.codeproject.com/Articles/2991/Fast-ASP-NET-Hit-Counter-with-Full-Digit-Graphic-F

Looked at this website - does not use a database, get or set methods
http://www.xdevsoftware.com/blog/post/Hit-Counter-for-ASPNET.aspx

this website does not use a database, get or set methods.
He gave you the same links I gave you!

Don't expect anyone to write the codes for you.

You are in school to learn.
I did not ask you to write the code for me!  I have told you that it is homework.  I explain why the links was not good for this project.
Do your job and explain and assist!  At no time did I ask for the code.