276 reputation
13
bio website casvaniersel.com/wordpress
location Tilburg, NL
age
visits member for 1 year, 6 months
seen May 7 at 8:03
stats profile views 10

SharePoint Enthusiast working for Rapid Circle (Zevenseas). Building cool SharePoint solutions in creative ways.


Dec
18
awarded  Popular Question
Dec
17
answered Why does jquery's document.ready not fire?
Dec
9
awarded  Yearling
Feb
22
answered Unable to display the list with the custom view
Jan
27
answered Adding SPUsers to SPGroups programmatically changes User ID
Jan
27
answered How do I list all masterpages using client object model
Dec
27
comment Custom Web Template not displaying /default.aspx
For a site there needs to be a default.aspx. However with a WebTemplate you can create one without having an actual aspx file. Using a module like this: <Module Name="MyDefaultPage" Url="$Resources:osrvcore,List_Pages_UrlName;" SetupPath="SiteTemplates\SPS"> Now a copy from the default.aspx that is stored in the SiteTemplates\SPS is being provisioned, and you don't need an aspx file in your solution.
Dec
23
answered Custom Web Template not displaying /default.aspx
Dec
13
comment Adding SPUsers to SPGroups programmatically changes User ID
Update: The funny part of this story is that when I use the same code with JS Client Object Model it works as it should.
Dec
12
awarded  Teacher
Dec
9
answered How to access custom properties of a user in SharePoint client object model?
Dec
9
answered How to get SP.Folder for SP.ListItem in SharePoint 2010 JavaScript Client Object Model?
Dec
9
answered Get Site Collection full URL using javascript
Dec
9
answered How do I deploy custom web part to Sharepoint Online Site Collection?
Dec
9
answered Define subsites in webtemplate
Dec
9
comment Adding SPUsers to SPGroups programmatically changes User ID
Thanks for the response. Unfortunately the SPGroupCollection.Add() method (msdn.microsoft.com/en-us/library/…) can only add a new group based on the parameters. I can't pass an existing SPGroup object to add to that Collection.
Dec
9
awarded  Student
Dec
9
asked Adding SPUsers to SPGroups programmatically changes User ID