Blogs about: Programmatically
Featured Blog
SharePoint / MOSS: Creating Site Programmatically
I was interested in creating MOSS 2007 site using code. I end up with the following code: SPSite oSiteCollection = new SPSite(“http://servername/SiteDirectory”); … more »
farhanfaiz's Weblog
SharePoint / MOSS: Creating Site Programmatically
farhanfaiz wrote 2 weeks ago: I was interested in creating MOSS 2007 site using code. I end up with the following code: SPSite … more »
Installing Windows services programmatically
timbarrass wrote 1 month ago: using System; using System.Configuration.Install; using System.ServiceProcess; using System.Threadin … more »
CSS in ASP.NET Server Controls, Declaratively vs. Programmatically
triaslama wrote 2 months ago: ASP.NET controls has a bunch of attributes that take in order the look and feel of every control. Fo … more »
MOSS: Add user to site through code (programmatically)
— 17 comments
farhanfaiz wrote 2 months ago: We can add users to a SharePoint site using object model. One possible way: SPRoleAssignm … more »
Javascript Events: Programmatically vs. Declaratively
triaslama wrote 4 months ago: In the past few days I was enjoyed learning Javascript and I quite interested when I read about Java … more »
In line code to upload (supportive) documents
farhanfaiz wrote 5 months ago: Recently we face a requirement from our client that one or more documents should be added against … more »
