459 reputation
212
bio website
location Glasgow, United Kingdom
age
visits member for 2 years, 10 months
seen May 16 at 13:14
stats profile views 125

Apr
9
awarded  Popular Question
Mar
7
asked Member Variable / public property null on postback
Feb
28
comment LinkButton with click method doesn't work
when you load the page check ctl00$m$g_e00f473f_0a92_40aa_9805_03114c3f2da5$ctl00$ctl01$ctl00$toolBarTbl$RptC‌​ontrols$Fun exists, then click the button and check the same ID exists... if it doesnt then thats pointing to your issue.
Feb
28
revised LinkButton with click method doesn't work
Added OnInit() method
Feb
28
revised LinkButton with click method doesn't work
fixed omitted ID, removed extra comma
Feb
28
accepted Fast search and SharePoint search
Feb
28
answered LinkButton with click method doesn't work
Feb
28
comment Why are changes to navigation nodes by my Powershell script rolling back?
it was possibly just the casing you used that caused the missing member error. Update() and update() are different methods (when referencing sharepoint plugins).
Feb
28
comment Why does SharePoint always prompt me to download SharePoint Designer when I already have it installed?
if you have 64bit IE installed you will have two entries for IE in your start bar normally (one will be suffixed with 64-bit - just use the one that isnt suffixed and you should be ok).
Feb
28
comment Why don't folders work when adding an XsltListViewWebPart to the page via code?
Are you sure its the webpart configuration and not the XSLT supplied thats breaking the folder context menu?
Jan
17
accepted Multiple My Site Hosts
Jan
17
asked Fast search and SharePoint search
Oct
28
accepted SharePoint fast search creating filters automatically
Oct
26
awarded  Popular Question
Oct
26
asked SharePoint fast search creating filters automatically
Oct
1
awarded  Popular Question
Aug
23
accepted GetListItem(strUrl) equivalent for ClientContext
Aug
21
asked GetListItem(strUrl) equivalent for ClientContext
Aug
14
comment c# iterating SPWeb.Navigation.GlobalNodes
+1 though for helping me find a solution though.
Aug
14
comment c# iterating SPWeb.Navigation.GlobalNodes
Looking at the API a bit more msdn.microsoft.com/en-us/library/gg277254.aspx "If UseShared returns false, the website has its own top link bar and you can add to it. If the property returns true, the website is using its parent site's top link bar." by modifying it I guess it sets useShared to false.