Welcome to MSDN Blogs Sign in | Join | Help

Pranab Paul's Blog - Development Tips on SharePoint, Office and Web

------------------------------------------Web Parts, Workflow, InfoPath Form Services, Features, Site Definition, Event Receivers, Excel Services, Business Data Catalog (BDC), Search

News

Browse by Tags

How to map Live ID with Domain (Active Directoy/AD) User Credential
Have you ever tried implementing Live ID Authentication into your asp.net web application? Well, it is not same as old Passport Authentication. From IIS 7 onwards we do not have option to implement Passport authentication. In place of it we have a Live Read More...
How to publish MS Excel cell values in Metadata columns as in QuickParts for MS Word
We can achieve this by creating an ItemAdded event receiver. To extract the metadata values from Excel cells, we need OpenXML. In my case, I used a solution called ExcelPackage from CodePlex ( http://www.codeplex.com/ExcelPackage/ ). I modified the source Read More...
MOSS 2007 – create your own customized usage report solution step by step
Usage report in MOSS 2007 gives you somewhat fare information about site usage. But if you need customized report to satisfy your specific requirement, then there is hardly any option to extend or customize those reports. For example I want usage reports Read More...
SharePoint 2007 (MOSS/WSS) - Adding header and footer in Word Document (.docx) with ItemAdded Event Receiver using OpenXML
I used OpenXML to add the two metadata column values - document name as the header and modified date as footer while someone upload a document in document library. Please include a reference of WindowsBase and DocumentFormat.OpenXml in the project. WindowsBase Read More...
SharePoint 2007 (MOOS/WSS) - Custom CAPTCHA (Antispam) Field
I saw a nice post in CodeProject ( http://www.codeproject.com/KB/aspnet/CaptchaImage.aspx ) regarding CAPTCHA image control. I used the same code to create a Custom Field that will work like a CAPTCHA field for SharePoint. I tested it with Custom List Read More...
SharePoint 2007 (MOSS/WSS) - how to remove "Download a Copy" context menu from a Document Library
One of my friend and colleague asked me this question. I found it tricky and a good post for my blog. Here is what you have to do: Go to your 12 hive\TEMPLATE\LAYOUTS\1033 folder. Open up the Core.js file. Find the function AddSendSubMenu. Go to the last Read More...
SharePoint 2007 (MOSS/WSS) using Lists.asmx - GetListItems
Requirement: I have a custom desktop application and I have created an installer for it. During installation it needs to connect trough Internet to receive the key. Now I have stored these keys in a SharePoint List as given below: The user will provide Read More...
Convert Office Documents (.docx, .pptx, .pub) into PDF Programmatically
Office 2007 has an option to convert different types of Documents into PDF or XPS. You can download the add-in from this location: http://www.microsoft.com/downloads/details.aspx?familyid=4D951911-3E7E-4AE6-B059-A2E79ED87041&displaylang=en You can Read More...
SharePoint 2007 (MOSS/WSS) – How to add a new column (Custom BDC Column) in Discussion Board (Part2) – Step by Step
Requirement: This is an enhancement of the List Definition project we have created in previous post ( SharePoint 2007 (MOSS/WSS) – How to add a new column in Discussion Board showing the Latest Thread for each Discussion – Step by Step ). The new requirement Read More...
SharePoint 2007 (MOSS/WSS) – How to add a new column in Discussion Board showing the Latest Thread for each Discussion – Step by Step
Step 1: Start VS 2008 and select Visual C# > SharePoint. Select List Definition as the project template. Rename the project as CustomDiscussionBoard and click OK. In the List Definition Setting dialog box click OK. Step 2: In the solution explorer Read More...
Part 2 - Adding user control to SharePoint 2007 (MOSS/WSS) Web Part and handling events in there - Step by Step with task pane properties
Since my post “ Adding user control to SharePoint 2007 (MOSS/WSS) Web Part and handling events in there ” I got great response and several feedbacks. I am adding a new step by step process using VS 2008 (VSeWSS 1.2). I have also used properties for the Read More...
SharePoint 2007 - Step by Step Creating Custom List Definition and Custom Content Type using VS 2008 (VSeWSS 1.2)
Project Requirement: Contoso Inc. is a BPO organization working on Medical Transcription. Information workers listen to the voice recordings and create text files based on those recordings. 3 Text files (test.txt, test2.txt, test3.txt) are given as sample Read More...
Removing OLE Header from images stored in MS Access DB as OLE Object
This is the first non-SharePoint blog post I am writing J . I am writing because this is interesting and it seems lots of people faced or facing similar issues. If you are storing images in Access DB table as OLE object, and you are adding images programmatically Read More...
Step by Step - Creating Connected SharePoint Web Parts using IWebPartField interface and using Editor Part and User Controls
I was eagerly waiting for the release of VSeWSS version 1.2 for VS 2008. Without it developing custom SharePoint applications in VS 2008 was like nightmare. Let us explore it by creating connected web parts. This time we will create connected Web Parts Read More...
MOSS 2007 - Migrating content from 3rd party content management solution to MOSS Publishing/Collaboration Portal
Requirement: I have an existing content management solution where I store the content of the user generated pages in database (in my case SQL Server). Here is a snapshot of the table where the contents of those pages are stored: I have created a new content Read More...
More Posts Next page »
Page view tracker