need a script for counting !!!

  • Thread starter Thread starter Eitan
  • Start date Start date
E

Eitan

Hello,
How can I make a counter, and save it to a file, by some aspx code.
Need sample code, please.

Thanks :)
 
You open a file stream - read the contents of the file and increment the
value in the file, then save it.

Learn how to do it......
http://www.csharphelp.com/archives/archive24.html

--
Regards

John Timney (Microsoft ASP.NET MVP)
----------------------------------------------
<shameless_author_plug>
Professional .NET for Java Developers with C#
ISBN:1-861007-91-4
Professional Windows Forms
ISBN: 1861005547
Professional JSP 2nd Edition
ISBN: 1861004958
Professional JSP
ISBN: 1861003625
Beginning JSP Web Development
ISBN: 1861002092
</shameless_author_plug>
 
Back
Top