Sign in
|
Join
|
Help
in
Current Tags
All About SharePoint - S.S...
Community Bloggers
(Entire Site)
SharePoint Blogs
The Best Place for SharePoint-related Blogs
Home / Blogs
Get a blog here!
SharePoint University
Downloads
This Blog
Home
Contact
About
Syndication
RSS
Atom
Comments RSS
Recent Posts
XPath, XQuery, and XSLT Functions
How to grant permissions to a custom assembly that is referenced in a report in Reporting Services
MVP Summit experience
MVP Renewed!
External Collaboration Toolkit for SharePoint released
Tags
.net
2003
2008
access
ajax
asp.net
aspx page
backup
bdc
blog
business data catalog definition editor
c#
calculation
cas
code
code access security
codeplex
control
debug
delete
development
document library
document puller
download
download documents
downloader
downloading
email
error
event handlers
excel
explorer view
export
file convertor
files
forms
free tool
function
how to
infopath
InfoPath 2007
installation
installer
integration
library items
managed code
metadata
microsoft
moss
moss 2007
mvp
office
office 2007
permissions
policy files
problem
programmatically
report
review
rights
search
search customization
security
send mail
sharepoint
sharepoint 2003
sharepoint 2007
site
site collection
site definition
site definitions
site templates
sitecollection
sites
solomon
source code
spcontext
spquery
sps 2003
sql
surveys
technopart
technorati
technoservice
template
third party mail component
tools
true/false
upload
upload service
vpc image
web client
web part
web service
webpart
word
ws upload service
wss
wss3
xml
News
View blog authority
>> Blogs that link here
Subscribe to All About SharePoint
View my SharePoint tags on del.icio.us (SharePoint Tags)
Download SharePoint Document Puller v4.0 (for SPS 2003)
Popular (old) posts
Creating a custom web service for SharePoint
Windows Service to upload documents into SharePoint
MOSS 2007 and Code Access Security
WS-Downloader: Tool for downloading documents from SharePoint libraries
MOSS 2007 - Creating a Site Collection
SharePoint Document Puller v4.0
Publishing, Sharing And Searching PowerPoint Files in SharePoint
OneNote and SharePoint
Searching PHP Sites With SharePoint
Creating a Survey in MOSS 2007
User Groups
Australia - Melbourne SharePoint User Group
Australia - Sydney Sharepoint User Group
Australia - Canberra Sharepoint User Group
Australia - Brisbane SharePoint Users Group
Belgium - Belux Information Worker User Group (BIWUG)
Canada - Toronto SharePoint User Group
Mexico - TechNet Mexico SharePoint
New Zealand - Wellington SharePoint User Group
Pakistan - SharePoint Pakistan User Group
UK - SharePoint User Group UK
USA - New England Regional
USA - St. Louis SharePoint User's Group
USA - Delaware Valley Sharepoint User Group
USA - NYC SharePoint User Group
USA - Rocky Mountain SharePoint User Group
USA - SUGDC (Northern Virginia)
USA - The Minnesota SharePoint User Group
USA -Mid Atlantic States Portals, Collaboration, and Multimedia (MASPCM) User Community
USA - Bay Area SharePoint User Group
USA - Mid-Atlantic .NET User Group
USA - Chicago Windows User Group (CWUG)
Archives
May 2008
(2)
April 2008
(2)
March 2008
(1)
February 2008
(1)
January 2008
(4)
December 2007
(13)
November 2007
(2)
October 2007
(5)
September 2007
(6)
August 2007
(1)
June 2007
(3)
May 2007
(1)
March 2007
(1)
February 2007
(28)
January 2007
(8)
December 2006
(9)
November 2006
(9)
October 2006
(1)
September 2006
(8)
August 2006
(4)
June 2006
(6)
May 2006
(6)
April 2006
(9)
March 2006
(5)
February 2006
(4)
January 2006
(5)
December 2005
(3)
November 2005
(1)
October 2005
(4)
September 2005
(11)
August 2005
(1)
April 2005
(1)
All About SharePoint - S.S. Ahmed - MVP Microsoft SharePoint
All About SharePoint, as the name suggests, is all about SharePoint. It has articles, tutorials, source code, FAQs, and tips about SharePoint, InfoPath, C#, Microsoft Office, SQL Server, XML, etc.
Browse by Tags
All Tags
»
sps 2003
(
RSS
)
code
date and time
document library
email
event handlers
explorer view
hiding items
library items
modified column
old version
problem
rights
send mail
sharepoint
template
versions
white paper
SPS 2003: Displaying library items for a specific time period.
I posted this as a reply to a question last year but I still find people asking the same or a similar question every now and then, therefore, I thought I should post it on the blog so that I don't have to search it everytime some one asks a similar...
Posted
Feb 07 2007, 09:49 PM
by
ssa
with | with
no comments
Filed under:
sharepoint
,
sps 2003
,
library items
,
hiding items
White paper discussing explorer view problem
Explorer view has always been a problem for users. Microsoft has recently released a white paper that discusses this problem in great detail. It can be downloaded from the following link: http://www.microsoft.com/downloads/details.aspx?FamilyId=C523AC7A...
Posted
Nov 30 2006, 09:21 PM
by
ssa
with | with
no comments
Filed under:
sharepoint
,
problem
,
white paper
,
explorer view
,
sps 2003
SharePoint, Document Library, and SQL Server
I recently published an article on developerfusion.co.uk. Here is the link: http://www.developerfusion.co.uk/show/5613/ Document Libraries are collections of files that you can share with team members on a web based on Windows SharePoint services. Want...
Posted
Aug 28 2006, 03:45 AM
by
ssa
with | with
no comments
Filed under:
code
,
sps 2003
,
event handlers
,
document library
Creating your own document library template with your own set of fields
You manage a large document management system in your organization. Your organization has many departments. You create a site for each department and each site has a document library. You add some custom fields in your library but you don't want the...
Posted
Jun 16 2006, 03:46 AM
by
ssa
with | with
4 comment(s)
Filed under:
sps 2003
,
template
,
document library
The "Modified" column shows the current date and time instead of the date and time that you configured in a custom program in SharePoint Portal Server 2003
“Consider the following scenario. You create a discussion board in Microsoft Office SharePoint Portal Server 2003. You run a custom program that adds discussion items to the discussion board programmatically. The custom program also configures the date...
Posted
Apr 17 2006, 06:24 PM
by
ssa
with | with
no comments
Filed under:
sps 2003
,
date and time
,
modified column
How can we retrieve an older version of a document using .NET?
How can we retrieve an older version of a document using .NET? spFile = EventWeb.GetFile( _FileName ); if (spFile.Versions.Count > 1) { //restore previous version spFile.Versions.Restore(spFile.Versions.Count - 1); } Similarly, you can delete the document...
Posted
Feb 04 2006, 05:28 PM
by
ssa
with | with
3 comment(s)
Filed under:
code
,
sps 2003
,
versions
,
old version
How can I send email to the user who modifies the document?
spListItem["Modified By"] property gives you the name of the person who last modified the document. Have a look at the following code. You can get file's URL in EventFileURL if you are using EventHandlerToolkit . spFile = EventWeb.GetFile...
Posted
Sep 03 2005, 05:18 PM
by
ssa
with | with
10 comment(s)
Filed under:
code
,
sps 2003
,
event handlers
,
email
,
send mail
SPS 2003: CheckRights(sitename, username) function checks user permissions in a site
Following is the code to check the rights of the users. Following code will show only those sites for which user has at least "Reader" rights. Function CheckRights(ByVal sitePath As String, Byval strUser as string) As Boolean //sitePath contains...
Posted
Apr 02 2005, 12:46 AM
by
ssa
with | with
no comments
Filed under:
sharepoint
,
code
,
sps 2003
,
rights
Posts (c) their respective authors. Everything else (c) 2007 SharePoint Experts