URL Encoding

15 Oct

You must URL encode any data you’ll pass on in a query string, such as a form post, or other url parameters. I’m always having to look these up, so this article is as much for my reference as yours. … Read More »

Edit SharePoint Request Access Page

5 Oct

When a user does not have access to a site, they will recieve the default request access page.   This is the page located at:

And physically located at:

If you go open the file from it’s physical path, … Read More »

Send email from your MOSS Web Part

5 Sep

It’s easy to leverage the email server SharePoint is configured with already. This is the mail server used for alerts and notifications within the portal system. You’ll need to add a reference to the Microsoft.SharePoint.Utilities namespace.

Then just use … Read More »