Friday, March 14, 2008
MSIT SharePoint Reporting Framework
http://www.codeplex.com/MSITSRF/Release/ProjectReleases.aspx?ReleaseId=7591
Thursday, March 13, 2008
Setting Site Theme Programmatically
SPSite site = new SPSite("");
SPWeb web = site.OpenWeb();
web.ApplyTheme("");
SPWeb web = site.OpenWeb();
web.ApplyTheme("
Wednesday, March 05, 2008
Smartpart for SharePoint with Ajax Support
An excellent article by Jan tielen's
http://weblogs.asp.net/jan/archive/2007/02/22/smartpart-for-sharepoint-asp-net-ajax-support.aspx
http://weblogs.asp.net/jan/archive/2007/02/22/smartpart-for-sharepoint-asp-net-ajax-support.aspx
Subscribe to:
Posts (Atom)
Tranformation in Manufacturing
Do you want to know how CPG industry is undergoing transformation using IoT technology, read the blogs on how AWS partners are using AWS t...
-
Note : In below scenario jenkins was deployed in Linux container Scenario: Jenkins build failed with error. java.io.IOException: error...
-
Ever wanted to have a people picker kind of control in Infopath form and that too in browser mode. Did i heard yes :) , well there is a Acti...
-
Error when installing NPM Profile not found. Tried ~/.bashrc, ~/.bash_profile, ~/.zshrc, and ~/.profile. Fix: Run command and try a...