by adis.jugo | Mar 28, 2008 | Development
One of the nice features in SharePoint Object Model is querying lists and document libraries with CAML queries with GetItems method. One of the overloads of this method allows (a part of a) CAML query as parameter SPList.GetItem(SPQuery), meaning everything inside...
by adis.jugo | Mar 10, 2008 | Development
Importing linked lists into existing MOSS 2007 site Picture this situation: you have two operational MOSS 2007 sites, possibly at two different MOSS servers. Now, you have to copy two SharePoint lists from one site to another, retaining all additional information like...
by adis.jugo | Feb 27, 2008 | Development
hOne piece of SharePoint toolbox, rarely used, and not well known, is a SPGridView control, a SharePoint wrapper over a standard .NET GridView control. Since the SPGridView is not well documented, and implementing standard functionality with it is somewhat painful, I...
by adis.jugo | Jan 31, 2008 | Development
Master dialog pages So you created a great all new master page for your Sharepoint site, but all the dialog pages (i.e. Acces Denied, Unknown Error…) are still in the "Default" style? Yeah, I know… You have to edit the "simple.master"...
by adis.jugo | Jan 31, 2008 | Development
You will sometimes want to hide certain menu items from the "Welcome" menu in the SharePoint site. You can do the following: 1. Go to the following folder at the MOSS server: C:Program FilesCommon FilesMicrosoft SharedWeb Server...