OfficePoint
Friday, June 27, 2008
How to get a top level domain name
›
ICANN has indicated they will allow companies to submit proposals for top level domain names or TLD names. It looks like the initial cost wi...
39 comments:
Thursday, June 26, 2008
Unable to instantiate event handler Request registry access is not allowed
›
I've create a custom SharePoint document library event handler and have attached it to a document library, however when I do something t...
5 comments:
SPFile.CopyTo SPFile.MoveTo How to move a file across SharePoint sites programmatically
›
I think we've all tried SPFile.CopyTo(destUrl) or SPFile.MoveTo(destUrl) and have quickly found that it doesn't allow us to move tha...
170 comments:
Wednesday, June 25, 2008
The selected file was not found - InfoPath Form Services
›
I created an internal InfoPath form that was hosted in the InfoPathViewer Web Part and put a file attachment control on it. I kept getting ...
13 comments:
Tuesday, June 24, 2008
Create a Save As dialog box in InfoPath
›
Just pop the following code into your VSTO project for the button click event. FileDialog oDialog = new SaveFileDialog(); oDialog.DefaultExt...
1 comment:
Update SPListItem without changing Modified Date
›
SPListItem.SystemUpdate Method (Microsoft.SharePoint) Updates the database with changes that are made to the list item without effecting cha...
5 comments:
Office 2003 Web Parts (Components) Security Prompts
›
By default these two warning prompts will display because of a setting in IE. This website uses a data provider that may be unsafe. If you t...
2 comments:
‹
›
Home
View web version