Ask a Question related to ASP.NET General, Design and Development.
-
Tom Vande Stouwe MCSD.net #1
Re: How to implement counter?
There are many ways to do this. The low tech low impact way is the create an
application variable inthe Application start, that reads in a value from a
file, in Application OnStop write it back, and increment the value in the
home page or login processes. Downside is you loose the counter if you crash
and burn. (But that never happens ;) )
Tom
--
==========================================
= Tom Vande Stouwe MCSD.net, MCAD.net, MCP
= 45Wallstreet.com ([url]www.45wallstreet.com[/url])
= (803)-345-5001
==========================================
= If you are not making any mistakes
..= ..you are not trying hard enough.
==========================================
"Kian Goh" <kiangoh2700544@hotmail.com> wrote in message
news:uu57DFgUDHA.372@tk2msftngp13.phx.gbl...> Hi there,
>
> I wonder if there is a simple way to implement counter to keep track of
> number of visit?
>
> Certainly, I don't want to use database to store this value. Any idea?
>
> Thanks,
> Kian
>
>
Tom Vande Stouwe MCSD.net Guest
-
How to implement a MXP
Like everything, this started simply. I want to provide breadcrumb navigation to my site. Thus after a little research I found two references:... -
RFC: DBIx::Counter - persistent counter class
Hi, I've been a CPAN consumer for so long, I thought it's about time to start contributing. I wrote a little module that does exactly the same as... -
Free Network Tools - Random Password Generator - Link Counter - Hit Counter
Free Network Tools - Random Password Generator - Link Counter - Hit Counter http://www.sharewareisland.com/onlinetools.asp -
hit counter or page counter
Hi, I need to have a page counter to see how many people access my website. How can this be done? In FrontPage, it's called hit counter. Thanks. -
How to implement MVC.. Flash Example
I've been reading up on MVC as I've heard that is the "Best Practice" for building an RIA with Flash. Can someone provide me an example of how that... -
Tu-Thach #2
How to implement counter?
You can always write it to a file.
Tu-Thach
to keep track of>-----Original Message-----
>Hi there,
>
>I wonder if there is a simple way to implement countervalue. Any idea?>number of visit?
>
>Certainly, I don't want to use database to store this>
>Thanks,
>Kian
>
>
>.
>Tu-Thach Guest



Reply With Quote

