509.949.2162 jeremy@bondbyte.com

Updating MySite Master Pages and Design

After much head banging!! I have drawn the conclusion that MySites do not work like your typical SharePoint Portal Sites. Normally one would simply check out a page whether its was a master page or an ASPX page and modify it using sharepoint designer.   While...

Code Sample: VB.NET SMTP Mail function

1. Create a Visual Basic Class for your project by right clicking the project and select add.   2. Change the language to Visual Basic and select Class from the list of Installed Templates.   3. Name the class clsNotify. Add the code below to the class.(You...