Microsoft Playground

A Playground for Microsoft Technologies

Browse by Tags

All Tags » C#   (RSS)
Inline Editing in SharePoint 2010 (UI and Code)
Within SharePoint 2010 it is possible to enable inline editing on list items. This can be done by changing properties on a view of a SharePoint library what can be done in code and trough the user interface.   To allow inline editing trough the user Read More...
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 Read More...
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’ Read More...
Adding profile properties through code
It can occur that you want to add a property to the property collection of the user profile store by using a feature. If you want to use a feature you would have to create a feature with a FeatureReceiver. In the FeatureReceiver you would have to implement Read More...
Starting a workflow through code
Within SharePoint there can be situation in which you would like to start a workflow through code, like in an event receiver. But how do you start a workflow trough code? In the following minutes I will explain how you can accomplish this. Before you Read More...
Using SPSecurity.RunWithElevatedPriviledges()
The last time I have been receiving questions about using SPSecurity.RunWithElevatedPriviledges in a SharePoint webpart. This made me think and I thought by myself lets write a short post with some examples about this subject. When you want to build a Read More...
Changing values of User Profile properties trough code
In SharePoint users have a User Profile where information about a user can be stored and can be imported from Active Directory. Much information can be changed by the user, but there is also information that can’t be changed by the user. For a current Read More...

Maik van der Gaag

Maik van der Gaag
MCPD