by adis.jugo | Apr 16, 2008 | Development
So, what do you do the first when you want to create a rock-solid BDC system with your SharePoint? If your BDC is going to fetch it’s data from the web service, you will of course first create the service, which must contain at least two methods: the...
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 | Mar 6, 2008 | Development, News
Download Internet Explorer 8 Beta 1 and put the web at your service for you and your customers. This beta is aimed at web developers and designers to help them take advantage of new features in Internet Explorer 8 that will enhance their websites....
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"...