Page Counter...

  • Thread starter Thread starter Samir Patel
  • Start date Start date
S

Samir Patel

Hi,

I am developing C#.net web base application.

I want to know how I can page count a same page. I want to this type.



1) When a new user open page he/she see the number of pages open same time
and total how many time this page open.

Suppose 10 user open search.aspx every user see this page count=10;

And also see total open=12,000 (it is total time's opened this page)



2) If user refers page page count not increase.



Bye.

Samir.(Software Developer, INDIA)
 
Samir,

You can in my oppinion use a static class/or the cache/application items

They belong all to the application, counting in that should in my opinion
make your problem easy possible.

However when this had been my problem, I had asked this question in the
newsgroup

microsoft.public.dotnet.framework.aspnet

I hope this helps?

Cor
 
Back
Top