setting Path and Name in SharePoint Designer 2007
In SharePoint Designer 2010 it is possible to assign a value to the "Path and Name" metadata of an item. Is there a way to do the same thing in SharePoint 2007?
View ArticleHow to modify xml list item property via powershell
Hi all, i have a sharepoint 2010 site with blog, blog contains few posts with comments. I need to modify comment property via powershel. Have used the following code: $spWeb = Get-SPWeb...
View ArticleHelp On creating Animation Web part in MOSS
Hi All, We are planning to implement an animation (on mouse over it will show the item in bigger frame) web part in the Home page of one of our SharePoint portal. But problem is, we have 4- different...
View ArticleLibrary and anonymous access
I have an library on the site with anonymous access. Anonymous users have read permissions on the library files. Solution will store documents with guid file names to this library. If an user have to...
View ArticleLimit the attachment to a ListItem of Custom List
I have a Custom List. When the user adds a List item they can attach some attachment to the list. I want to limit the no. of attachment files attached to a List item. I wrote one event Receiver and...
View Articlemy sharepoint eventhandler pass me the wrong value why?
i had a sharepoint website. I made a event handler to deploy on it. but the intresting things is when i update the name of the folder by the code, public override void ItemUpdated(SPItemEventProperties...
View ArticleHow to cancel the event in Item Adding and display javascript message and...
How to cancel the event in Item Adding without going to the SharePoint Error Page? Prevent duplicate item in a SharePoint List The following Event Handler code will prevent users from creating...
View ArticleCreate QuickLink from webmethod throws "Microsoft.SharePoint.SPException: The...
We have a custom web service, which among other things adds new links to the user personal site. This web service is deployed in _vti_bin folder is throwing the following error while attempting to add...
View ArticleCreate Quicklinks...
I am trying to create set up some default quick links for users, I have put the code in a feature stapler which fires ok but when i am creating the links i get this error.... Message: This operation...
View ArticleError when creating setup: File 'Microsoft.SharePoint.Search.dll' targeting...
Hi I have a windows application which exports and imports sharepoint sites. I need to create a setup for the application. If I try to build the setup I get this error: Error 5 File...
View ArticleHow to convert a C# application to WebPart in Sharepoint2007??
I'm starting with Sharepoint. I have a simple C# application using a database. I need to show it in Sharepoint2007, and my boss told me that I have to do it with a WebPart, but I've been looking for...
View ArticleSharepoint 2010 - Read only user is not able to read document from document...
Hi, I am facing this weird issue. I have a document library which has versioning enabled. Folowing settings are enabled - Create major and minor version is checked.Content Approval is enabled.Under...
View ArticleRun pre-installed desktop app on user PC
Hi guys, I need to make a button on sharepoint page that will start application on user pc (eg Notepad). I know that it's not that simple to do due to security limitations, but still i think it's...
View ArticleCEWP ediit mode window appearing very small
Hi, When I edit CEWP, the window which appeared on right side, appears very small, which dosen't display sliding arrows also. Can you please let me know what changes should be done, to change it....
View ArticleWebpart Code Behind for DataGridView
In my Webpart; I have a GridView and want to do something similiar to the following. This code is for DataGridView control and I want the equivalent to GridView control. DataGridViewColumn c = new...
View ArticleWorkFlow
I have a document library which has a main category and a sub category. If I do not use the workflow and try to upload a document it will save the main category and subcategory correctly with no...
View ArticleKeep wiki format from old wiki when creating a wiki page programaticly in...
I'm using the Microsoft.Sharepoint.Client API library to create a wiki page in sharepoint 2010. I'm going to move all my old wiki pages from screwturn to sharepoint. I can create a new page like so...
View ArticleBest and easy way to move SharePoint sites across environments
In a migration project we are doing all the development work on a Dev / QA environment directly by creating sites, lists (columns, views, etc) workflows. What would be the easy way to package and move...
View ArticleSharepoint list Item Version History query
I have inheritted a system that holds information in a Sharepoint list. Unfortunately the developer who originally created the list that holds the data decided not to set up a limit to the number of...
View ArticleHow to create custom list on SP2013 using JS + REST API? Please share code...
Could somone please share custom javascript / json sample for creating a custom list on SharePoiunt 2103 App with custom columns using javascript/json andREST API - the available msdn/technet samples...
View Article