Browse by Tags
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...
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...
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...
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...
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...
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...
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...