Get SharePoint List in XML Format

I was building an InfoPath and it was necessary to retrieve information from a SharePoint List in XML format so i used this simple URL:http://YOUR SITE/_vti_bin/owssvr.dll?Cmd=Display&List={LISTGUID}&View={VIEWGUID}&XMLDATA=TRUEWith this url you...

How to create an item in a discussion list

Creating a discussion in discussion list is different from creating a simple list item. The code for creating a discussion item is: using (SPSite site = new SPSite("SITE URL")) { ...

Using Silverlight in Sharepoint 2007 – Configuration

My name is António Vargas, I'm Create IT’s consultant and i work here since a one year ago. Well this is my first post on the blog, and i...

SharePoint 2007 e ASP.NET 2.0

Algumas das coisas engraçadas que se pode fazer com o ASP.NET 2.0 e o SPS 2007   1) Criar uma web-part que suporte drag/drop,user-personalization e costumização, e utiliza-la numa aplicação ASP.NET...

Change SharePoint Diagnostic Logging

Hi, When you change SharePoint Diagnostic Logging to use verbose, the log files will growth rapidly, so you should only use verbose mode for short periods of time. ...

Application Templates for Windows SharePoint Services 3.0

Vão ser lançadas em breve (início de 2007) 40 Application Templates para WSS 3.0. Estas templates contêm vários cenários "out-of-box" para a plataforma WSS 3.0, permitindo agilizar a criação de soluções que respondam a necessidades específicas das organizações, quer em...

WCM – Save Site as Template

If you want to save a site as template in a SharePoint 2007 Internet Site you don't have that option in the Site Settings page, so you have to...

SharePoint 2007 Deployment Tools

I recently found in the CodePlex web site, two very interesting and useful tools to ease the process of deployment of a SharePoint 2007 solutions: SharePoint Solution Installer – You...

Integrate SharePoint Server 2007 with Search Server 2008

If you have a client that needs a SharePoint 2007 Farm, with for example one SharePoint front-end and a index server, Microsoft recommends that you install, in the index...

InfoPath 2007 Resources

Encontrei num post do blog do JOPX, este conjunto de recursos sobre InfoPath 2007. General resources InfoPath General OverviewInfoPath team BlogDesigning Form Templates With The New Features Of InfoPathUsing...