sharepoint

Modify Date Format for "last modified" in SharePoint:CreatedModifiedInfo

I am trying to modify the date format displayed in a custom template using the field. What I want to display is this: This page was last modified on 29 Jan 2010 by Joel Spolsky (where the user name links to their profile). I found some good examples here on http://mindsharpblogs.com/aaron/archive/2008/02/08/4283.aspx which hel...

Is it possible to put a Content Editor Web Part in a sharepoint app page

Is it possible to put a Content Editor Web Part in a sharepoint app page along with the ability to edit the web parts contents from the browser? In other words have it behave as it would on a web part page. I can get the web part to show but I have no clue if it can be setup for in browser editing on the application page ... I can't get...

SharePoint - Problem provisioning a master page through a solution/feature

I cannot find out why a master page is not being provisioned to /_catalogs/masterpage as (I suppose) I'm directing it. Here are the relevant snippets: .ddf: ;*** Master page ..\..\..\Feature\TEMPLATE\FEATURES\ADS\MasterPage.xml ADS\MasterPage.xml ..\..\..\Feature\TEMPLATE\FEATURES\ADS\MasterPages\ADS.master ADS\ADS.master MasterPage...

Sharepoint: rename column (field) with C#

I want to rename a column (field) of some list with C#. How do I do this? Resetting 'Title' property or something else doesn't work. ...

Filtering SharePoint list item on version number

I need to filter a sharepoint list based upon the version number of the list items. I only want to see items where the version number is say greater than 50. When I apply such a filter to the list, the result is incorrect. I get all items where the first digit of the version number is greater than the first digit of the filter value, s...

how to make a web part visible to particular users in sharepoint?

I have created a webpart annual results.This should be available only to managers and not for developers in the home page.How to achieve it? TIA ...

modifying a console application c sharp code to work from within sharepoint

this is a console application code in c sharp for executing CAML queries on sharepoint server 2007 using System; using System.Collections.Generic; using System.Text; using Microsoft.SharePoint; namespace SharePointUtils { class Program { static void Main(string[] args) { string siteUrl = args[0]; ...

any feature or webpart in sharepoint 2007 that can show such filter results

in sharepoint i have two lists one list is authors other list is books the authors list has one of the fields called authorname. in books list one column is authors . which creating an item in books the authors column is filled by selecting the authorname field of list authors ( lookup ) is there any webpart of feature available in sh...

SharePoint Development in VM and Version Control With TFS

Our team is going to be developing against SharePoint using local VMs. Our VMs are not allowed to join the host domain. Additionally our host nics are prohibited from using Internet Connection Sharing. We have a requirement to source control all our development work using Team Foundation Server. Our TFS installation is using Kerebos for ...

customizing the pop up window that comes after clicking filter button

in the sharepoint list filter webpart with settings as multiple selection allowed. when the filter button is clicked a pop up page appears to do the selection . how can i change the title and text on that page ? ...

Version Control for SharePoint site?

Hi all, We're working simultaneously on SharePoint sites. We've to move them on a source control system. We've got both VSS and TFS. We'll prefer TFS over VSS because of its reliability. I don't have any idea how to bind a SharePoint site with TFS? The reason it is a bit confused with SharePoint site is not all dependencies are in there...

querying data from Sharepoint using Report Builder 2.0: missing fields

I'm using SQL Server 2008 with Report Builder 2.0 to try and query data from a Sharepoint List, as described in this tutorial. The report is set up to use an XML data source with the connection string set to http://mySharepointSite/_vti_bin/lists.asmx. However, I cannot seem to get all the fields from the Sharepoint List, even if I spe...

ASP.NET HtmlTextArea attributes and newline

I'd like to change some of the attributes of an HtmlTextArea in a SharePoint web part that I'm developing in C#. The HtmlTextArea is being used as a customized display for some Sql Server 2005 data that I'm pulling in and I'd like to change the font, color, etc., and make it read-only. I see that there are a few methods, such as HtmlText...

How can i use XMP to modify metadata of Sharepoint Document ?

I am trying to Modify Meta data of Sharepoint Document. How can use XMP for this task? Using C#. Can anyone give me some code samples? ...

View Item but dont open it- sharepoint

How I can create item in document library that someone can view it but cannot open it. My problem is I need item appears in search but the user can not view file. Thanks in advance. ...

Is it possible to call a WCF Service hosted in a Windows Service within SharePoint?

I have a WCF Service hosted in a Windows Service in the same server where i have moss. The WCF works well calling it from a Console application, but if i call it from a page within Sharepoint, it throws a timed out exception. I added the following configuration to the webconfig: <system.serviceModel> <bindings> <wsHttpBind...

HOWTO: Migrate SharePoint site from one farm to another?

Hi Everyone, I've a site deployed on a developed machine. The site was developed under WSS 3.0 which contains custom List, Features, Templates, Styles etc. What I've to do is to create a deployment package (setup) which I can give away to my client. I know about stsadm but I don't have the access of the production machine. Is there a ...

does sharepoint have itemwise permissions , just like it has list wise permissions

( Regarding Moss 2007 ) i have created a sharepoint list in which one column is called user assigned - this is a lookup column of type - people and group. i select the users from active directory to enter this field of the list. So different items in this list have different users assigned I have create permissions for this list to b...

Sharepoint SPUserField

Is it possible to use the SPUserField in a custom aspx page without the SPUserField being bound to a field (it always asks for FieldName). I basically have a custom page which ultimately creates a list item, i want the user to be able to pick another user from the standard Sharepoint control... ?? Thx ...

SharePoint Custom Web Part throws SELECT permission denied on object 'xxx', database 'yyy', owner 'dbo'

Hi, I have created a Custom Web Part in SharePoint 2007 using VS 2008 on the dev server. It uses the SQL DB. Everything works fine on my server with testing db which I recreated from the backup client gave me. Now I'm moving it over to the clients' production server. I was able to deploy, install and activate it. But when I'm trying t...