
October 5th, 2010, 08:03 AM
|
|
Contributing User
|
|
Join Date: Feb 2007
Location: Charlotte
|
|
Quote: | Originally Posted by umair_ghias Hi ,
Sorry , if i am posting it in the wrong thread. If yes please feel free to move it to relevant section.
i use a web product so it has a.aspx extension page When i click anything , it hits the server and gets the values or anything from database or whatever .
Can anybody suggest how can i record the number of times it hits the server just to get any value?
I will be doing that from anywhere on the web and server is hosted in another country.
Thanks
Regards,
Umair |
Are you doing the code behind yourself? If so, add some code that increments a counter in the database. If you're not writing the code, but instead using someone else's product... you'd need a network tool of some sort to do that.
|