459 reputation
212
bio website
location Glasgow, United Kingdom
age
visits member for 2 years, 10 months
seen 2 days ago
stats profile views 125

Sep
14
revised Adding functionality to Ribbon
added clarification
Sep
14
comment Adding functionality to Ribbon
Correct, in much the same way as you have a checkbox for "open in new window"
Sep
13
answered Calculated Field IF expression separators
Sep
13
asked Adding functionality to Ribbon
Sep
13
comment Sharepoint 2010 missing webparts
Its unfortunate but a lot of the built in web parts only seem to have the 1033 (En-US) language versions.
Sep
13
comment Connect to Outlook button not enabled on external list
Luis, double check the list you have created, it may be that it is missing a property or the wrong type to synchronise to Outlook.
Sep
13
comment Sharepoint Webpart custom properties get default values on server reboot
looks Ok to me, are you sure that the _xmlFileUrl isnt accidentaly being reset by your code? All the examples I can find just use a get;set; which would essentially do what you are doing.
Sep
10
comment Default web part in web part zone for page layout
for adding a webpart to a page when you create a page, you should look at the ItemCreated event on the "Pages" library (if using a publishing site).
Aug
27
answered Easiest way to use skype within Sharepoint?
Aug
27
answered Should I store serialized (to xml) object in SharePoint list?
Aug
26
accepted Update Web Part in Custom Site Definition and created sites
Aug
26
answered create sharepoint “one” alert on more than “one” list
Aug
24
comment Update Web Part in Custom Site Definition and created sites
So... would the best method be to create the user controls in their own gacced dlls and reference them from the web parts? should we not increment the web part build revisions?
Aug
23
comment Update Web Part in Custom Site Definition and created sites
Wictor, totally understand that requirement this is purely for a Continuous Integration project though and not for a full release build. I have been thinking of a few other options and will update as soon as I have tested them.
Aug
23
comment Update Web Part in Custom Site Definition and created sites
Cant upvote yet, but thanks for the information.
Aug
23
answered Position Fixed in SharePoint
Aug
23
revised Update Web Part in Custom Site Definition and created sites
added requested detail
Aug
23
asked Update Web Part in Custom Site Definition and created sites
Aug
19
accepted updating credentials using powershell
Aug
4
comment updating credentials using powershell
Thanks Anders, I'll give that a go today and Accept the answer if it works.