Get page URL by using a program within a pageviewerwebpart in SharePoint
Posted
by stckvrflw
on Stack Overflow
See other posts from Stack Overflow
or by stckvrflw
Published on 2010-03-30T06:11:01Z
Indexed on
2010/03/30
6:13 UTC
Read the original article
Hit count: 236
Hello,
I have a simple hit counter written in c# .net. I placed that counter to many pages using the pageviewerwebpart. What I want to do is, not only counting the hits, but also which page triggered the hit counter. So how can I retrieve the page URL with my hit counter ?
Thanks.
© Stack Overflow or respective owner