Are you are lead developer or in some other way responsible for more than just your own code? Do you find yourself creating the same code structures so often that you start to see repeating patterns? Then maybe it is time to look into Visual Studio Extensions to help improve […]
Estimated reading time: 14 minutes
This article has some code for a control adapter that can be used for just that. http://blog.sharepoint.ch/2007/12/webpartzone-adapter.html I does however not wrap webparts in divs, it only renders the webpart contents, which means any Chrom will be gone, as will those pesky tables that you might dislike. If you like […]
Estimated reading time: 1 minute
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