Hello,
I am building a simple system to monitor page accessing in my site - I basically want to know how many hits every page got. I'm thinking about using application objects (one for each page) but my question is, is there a simple way to go through all my Aplication objects so I can display their value in a report? And is there a property I can set to distinguish between Aplication objects used for this purpose and other Application objects on the site?
I know I can do all this by adding a table to my database and updating it, but is there a way to use Application objects?
Thanks,
Yael
I am building a simple system to monitor page accessing in my site - I basically want to know how many hits every page got. I'm thinking about using application objects (one for each page) but my question is, is there a simple way to go through all my Aplication objects so I can display their value in a report? And is there a property I can set to distinguish between Aplication objects used for this purpose and other Application objects on the site?
I know I can do all this by adding a table to my database and updating it, but is there a way to use Application objects?
Thanks,
Yael