Sign In
MSDN Blogs
Microsoft Blog Images
More ...
July, 2007
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Common Tasks
Blog Home
Email Blog Author
About
RSS for comments
RSS for posts
Atom
Recent Posts
How to Add a Task in a SharePoint 2007 (MOSS/WSS) Site Programmatically
Posted
over 5 years ago
by
Pranab-MSFT
A SharePoint 2007 (MOSS/WSS) WebPart to show up all subsites under a site
Posted
over 5 years ago
by
Pranab-MSFT
How to implement debug option in SharePoint 2007 (MOSS/WSS) Application within VS 2005 with complete call stack instead of custom error page
Posted
over 5 years ago
by
Pranab-MSFT
How to set Item Level Permission for SharePoint 2007 (MOSS/WSS) List/Document Library Programmatically
Posted
over 5 years ago
by
Pranab-MSFT
How to implement a Postback Enabled Custom aspx page in SharePoint 2007 (MOSS/WSS) Layouts Directory using Masterpage from any site
Posted
over 5 years ago
by
Pranab-MSFT
Tags
Captcha antispam sharePoint custom field
Code programming Programmatically modifying incoming email setting sharepoint document library
communicator incoming PSTN phone no.
connected web parts iwebpartfield editor part user control
content migration 3rd party MOSS content management
Core.js list sub menu context menu
Custom field BDC custom list definition data source content type
custom login page SharePoint 2010 form based authentication FBA
custom wcf SharePoint 2010
Item level permission for sharepoint 2007 programming code
ItemUpdating event handler packaging feature wsp item event
lists.asmx getlistitems
Live ID Map Domain User
MS Access strip OLE Header image OLE Object gif jpeg jpg png tiff bmp
ocs uc user presence
OpenXML SharePoint Event Receiver
pdf xps converter .docx .pptx .pub word pwerpoint publisher
quickparts excel
sharepoint wss moss custom content type list definition
sharepoint wss moss custom list definition discussion board custom column latest last thread content
Sharepoint wss moss Web Part User Control custom task pane properties
usage report site hit
Archives
Archives
August 2011
(1)
June 2011
(1)
January 2011
(1)
November 2010
(1)
July 2010
(2)
June 2010
(1)
April 2010
(1)
March 2010
(2)
August 2009
(1)
May 2009
(2)
December 2008
(3)
November 2008
(1)
September 2008
(1)
August 2008
(2)
July 2008
(4)
May 2008
(1)
March 2008
(1)
February 2008
(3)
January 2008
(1)
December 2007
(1)
November 2007
(4)
September 2007
(2)
August 2007
(1)
July 2007
(7)
June 2007
(1)
Der deutsche Education Blog
July, 2007
Pranab Paul's Blog - Development Tips on SharePoint, Web, Office and OCS
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Pranab Paul's Blog - Development Tips on SharePoint, Web, Office and OCS
How to Add a Task in a SharePoint 2007 (MOSS/WSS) Site Programmatically
Posted
over 5 years ago
by
Pranab-MSFT
10
Comments
Here is a piece of code (a function) to add a task. You can use it as a Web Method in a custom Web Service. This method can be used from Applications outside of SharePoint, provided the user using this application has sufficient privilege to update Tasks...
Pranab Paul's Blog - Development Tips on SharePoint, Web, Office and OCS
A SharePoint 2007 (MOSS/WSS) WebPart to show up all subsites under a site
Posted
over 5 years ago
by
Pranab-MSFT
3
Comments
Here is the code for the WebPart: using System; using System.Runtime.InteropServices; using System.Web.UI; using System.Web.UI.WebControls.WebParts; using System.Xml.Serialization; using Microsoft.SharePoint; using Microsoft...
Pranab Paul's Blog - Development Tips on SharePoint, Web, Office and OCS
How to implement debug option in SharePoint 2007 (MOSS/WSS) Application within VS 2005 with complete call stack instead of custom error page
Posted
over 5 years ago
by
Pranab-MSFT
5
Comments
Here are the steps to implement debug option in your SharePoint Application: 1. Browse to the set of virtual directories for Windows SharePoint Services. Just remember, you cannot access the web.config file via your web browser as security restrictions...
Pranab Paul's Blog - Development Tips on SharePoint, Web, Office and OCS
How to set Item Level Permission for SharePoint 2007 (MOSS/WSS) List/Document Library Programmatically
Posted
over 5 years ago
by
Pranab-MSFT
31
Comments
Here is a piece of code (a function) to set Item Level Permission. You can use it as a Web Method in a custom Web Service. This method can be used from Applications outside of SharePoint, provided the user using this application has sufficient privilege...
Pranab Paul's Blog - Development Tips on SharePoint, Web, Office and OCS
How to implement a Postback Enabled Custom aspx page in SharePoint 2007 (MOSS/WSS) Layouts Directory using Masterpage from any site
Posted
over 5 years ago
by
Pranab-MSFT
11
Comments
Here are the steps to follow: 1. Start a new Web Application using Visual Studio 2005 and go to the Property_Pages of the Website. Go to the MSBuild Options and in Output Folder Text Box change the location to the Bin directory of the SharePoint Web...
Pranab Paul's Blog - Development Tips on SharePoint, Web, Office and OCS
How to Add the Attachment from an InfoPath 2007 Form to a SharePoint 2007 (MOSS/WSS) Document Library
Posted
over 5 years ago
by
Pranab-MSFT
30
Comments
I have an InfoPath 2007 Form where I have a Text Box, a File Attachment field and a Button. I changed the property of the button to make it a Submit button. My target is to post the Form’s instance into a Form Library. And then put the file which I have...
Pranab Paul's Blog - Development Tips on SharePoint, Web, Office and OCS
How to Implement Form Based authentication in SharePoint 2007 (MOSS/WSS) using AspNetSqlMembershipProvider
Posted
over 5 years ago
by
Pranab-MSFT
11
Comments
There is already a good no. of examples in different blogs showing how to implement FBA in MOSS 2007/WSS 3.0. Here are the steps I followed and found working perfectly for me: 1. Set up a web application and a site collection under it. Do not open...
Page 1 of 1 (7 items)
MSDN Blogs
>
Pranab Paul's Blog - Development Tips on SharePoint, Web, Office and OCS
>
July, 2007