blah blah blah is here! blah blah » Close

0
votes
1 answers

How to count page-viewed number

sanjib
226

I have this code in my Global.asax file [code] void Application_Start(object sender, EventArgs e) { // Code that runs on application startup Application.Add("clickCount", 0); }[/code] I have code ...

Feedback