Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Page Counter

Reply
Thread Tools

Page Counter

 
 
sharon schmidt
Guest
Posts: n/a
 
      07-25-2005
Does anyone know why this code doesn't increment page hits in aspx ?

I know that it was an asp com object and I know to use the global.asax for
hit counters in aspx, but not all my pages have been converted to aspx yet

and I thought this would be an interim solution for our web site

PageCounter.PageCounterClass PC = new PageCounter.PageCounterClass();

PageCounter.IPgCntObj PCHit = (PageCounter.IPgCntObj) PC;


PCHit.PageHit();



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Page File counter and Private Bytes Counter George2 C++ 1 01-31-2008 09:27 AM
page visitation counter... RAB ASP .Net 1 03-22-2006 07:49 PM
Hit counter on aspx page =?Utf-8?B?RWR3YXJkSA==?= ASP .Net 0 03-27-2005 08:45 AM
Session("counter") vs. ViewState("counter")...a newbie question The Eeediot ASP .Net 3 12-22-2004 09:31 PM
Page Counter... Samir Patel ASP .Net 7 09-11-2004 02:02 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57