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)
Design a Zero Trust pipeline using Confidential Computing
Check out reference diagram to design a zero trust pipeline https://blogs.oracle.com/cloud-infrastructure/designing-zero-trust-and-resilie...
-
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...
-
Am sure lot's of people would be wondering how to hide menu items of a list eg document libraries "Send to " menu item . In o...
-
Ever thought of printing a content of web part rather than complete page in sharepoint ? Follow the Steps: Create Print Button : Add content...