Tagged Questions
3
votes
2answers
394 views
Is it possible to swap out urls pointing to MySite with urls to custom pages?
We've developed a custom userprofile page for a costumer. This page is supposed to be linked to by all default sharepoint buttons and links pointing to the MySite.
One example is the SharePoint ...
1
vote
1answer
121 views
Changing WebPart Custom Property
I want to change a string inside my Code using the customization for the WebPart.
Currently I created a custom WebPart Property like this:
[WebBrowsable(true), Category("Miscellaneous"), ...