Changes to the QueryOverride must be made before CreateChildControls is called. Thus it can either be done on databinding or in an override of CreateChildControls before base.CreateChildControls is called.
Estimated reading time: 15 seconds
Grabbed from: http://blogs.msdn.com/b/mcsnoiwb/archive/2008/05/28/site-provisioning-order.aspx If you ever have gotten stumbled over your features not activating as expected or dependencies not working, that might have to do with site provisioning order. SharePoint provisions in the following order: 1.global onet.xml 2.SPSite scoped features defined in onet.xml, in the order they are defined in […]
Estimated reading time: 1 minute
When a WSP package is deployed it installs all features of the package to the desired web-application, but beside that it also installs them to the web-application that hosts the central administration (CA). This can cause problems, if the feature isn’t uninstalled correctly from all web-apps including CA. The problem […]
Estimated reading time: 1 minute
http://www.hezser.de/blog/archive/2007/04/29/how-to-use-the-sharepoint-web-controls.aspx http://www.wisdom-soft.com/downloads/downloadfiles.htm http://www.brsreddy.com/2009/05/edit-dispform-editform-or-newform-in.html http://blog.thekid.me.uk/archive/2007/02/15/a-solution-to-quot-an-unexpected-error-has-occurred-quot-in-wss-v3.aspx http://weblogs.asp.net/bsimser/archive/2006/09/25/Enabling-anonymous-access-in-SharePoint-2007.aspx
Estimated reading time: 18 seconds