Microsoft PlayGround

A Playground for Microsoft Technologies

Entries for October, 2009

SharePoint 2010: Getting Started with Development

When I was reading and searching information about SharePoint 2010 on the internet I found I really helpful page in the Microsoft download  to get started with development for SharePoint 2010. On the page a 10 Hands on Labs for you to try out in C# and Visual Basic. Overview HOL01 – Developing a Visual [...]

Sitemap Provider for Community Server 2.1

For my new blog I had to create a sitemap provider to provide my content to several search engines. Because I did not find any solution on the internet I thought I would share my solution with you guys: You can download the source here: MSFTPlayground.Sitemap.zip The provider is meant for one blog. In the [...]

So long "Blog About SharePoint" and Hello "Microsoft Playground"

Almost two years ago I started “Blog About SharePoint” to blog about SharePoint related subjects. The last couple of months my focus has changed to more Microsoft products so I have created a new blog called “Microsoft Playground“. Microsoft Playground will be a blog for articles regarding all kind of Microsoft technologies. I hope you [...]

ASP.NET Checkbox with confirmation message

For one of my assignments I had to create a checkbox that displays a confirmation message when you uncheck a checkbox. I thought I would share my solution with you guys.   First off al you will have to create a new class file that we will call ‘ConfirmationCheckbox’ the class will inherit from ‘System.Web.UI.WebControls.Checkbox’ [...]

Prompting for Credentials

Often people ask me a question why Windows keeps prompting to login when you open a document from SharePoint. To automatically login you can change the settings that I have written down in this blog post: SharePoint prompts to login multiple time when opening a document If you still have problems with windows that keeps [...]