I’m creating a webpart for SharePoint 2010 that needs to track info accross the whole site. So, is it possible to make it work in every page within the SP site, including existing and future pages that will be created by users?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It would be helpful to know what you are trying to achieve ?
Create a web control and include it in your master page.
Or, do your processing in a HTTP Handler.