sharepoint2007

field content type from an SPListItem?

how do I get the field content type (i.e. ImageFieldContent, etc.) from an SPListItem? ...

How to trigger a SharePoint workflow on clicking a link item in the list

Guys, I have a sharepoint list and user will click 'start now' link in that list, then, I have to start a workflow. How this can be achieved. Please advice! Thanking you. ...

Can I Customize listfeed.aspx in Moss 2007?

We are using SharePoint (MOSS2007) list. We hided the default title column as we don’t want to display it to end users instead of that we have created other column let’s say “Product Title”. Things are working perfectly fine by doing this. We are also using the RSSFeed feature of the respective lists. The problem here is that as we have ...

sharepoint moss 2007: How do I show different categories of events to different categories of users?

Consider a user group: Canadians, I want to show them only events with either Canadian category or Canadian location. Is this possible? ...

SharePoint authentication via a proxy server

A client has trouble logging into our webpart (SP 2007). Apparently, his internet connection is via a proxy server. He has no problem logging in to our main website. Authentication from both the webpart and the website is through the same API. Any suggestions? Thanks. ...

SharePoint Permissions: User with Contribute change cannot change a list item they did not create?

I've build a custom SharePoint list that programatically adjusts permissions per list item. This part of the app works by clearing all permissions in the list item and adding permissions to the folks I want to grant Read or Contribute permission to. I believe this part of the application to be correct: selecting Manage Permissions on a...

How to redirect user back to list item form when list item is edited in SharePoint 2007?

Out of the box, I've noticed the following user experience in SharePoint 2007: User navigates to a list. User opens list item for display. User selects "Edit Item" link. User changes the list item, presses Submit. User is redirected back to list. Is it possible to change the last step so the user is redirected back to the list item d...

Can I develop Web Parts for MOSS 2007 with .NET 3.5?

Currently I am developing Web Parts for MOSS 2007 using .NET 2.0 and deploying them to the GAC with WSPBuilder. I would like to move to .NET 3.5 to open up things like LINQ and WCF. Is this possible and will there be any significant changes required to MOSS to support doing so? ...

How can I know that SPList is archived with System Account?

To Everyone, Is there the way to know that a SPList is archived with System Account? ...

Custom List form - Autopopulate Manager

Hi, I have a Sharepoint 2007 custom list with a column named 'Manager', to hold the user's Manager (single line of text). When creating a new item I want the NewForm.aspx to autopulate the Manager field with the user's manager. I know we can autopulate list form fields using JQuery to access Sharepoint's 'User Information List' expose...

Reverting ASP.NET response header

've programmatically created a listview, for displaying images. When you click on the download the ItemCommand is fired, and the browser sends the user the image as a binary response, using the following: SPFile ImageIfile = spfolder.Files[ServerName]; byte[] bs = ImageIfile.OpenBinary(); string res = Page.Response.ContentType; Page.Res...

Sharepoint search all columns of a list

I have a list in sharepoint. I want to search across all the columns for a term. How would you co about doing this? My idea was to get the SPFieldCollection, get all the fields and generate the CAML on the fly then query the list to get the items. Just wondering if there was a better way to do this as generating the CAML may prove to be...

Dynamic SharePoint 2007 WebPart Connections

I'm prototyping the best way to dynamically connect web parts at runtime. Essentailly, the application will allow for several disparate application groups to create web parts that will be consumed within the SharePoint front end. All of the web parts will need to automatically detect consumers and providers to create connections at run...

Uploading files to Sharepoint list + setting values for Lookup-type column

Hi all, I'm using Sharepoint's Copy.asmx webservice to upload legacy files and their metadata. The target is a custom list (with nested folders and custom fields - all as text - ). The file upload is ok, their metadata is ok, CAML querying is ok,but.... One of my custom attribute is the doc_type. Due to time constraints I set this als...

Sharepoint custom column setting.

I have a custom field in sharepoint 2007. What I want to do is add a custom setting to it that appears not in individual items but is a property you set when you create a column. I'd like it such that any of that column can access that property but other columns can be made of my field with their own setting. Most of the examples/tu...

upgrading SharePoint 2007 master page to SharePoint 2010

I am getting ready to upgrade a SharePoint 2007 Master page to a SharePoint 2010 master page. Does anyone have any experience doing this? I could use some suggestions on how to finish the upgrade smoothly. Thanks ...

regarding difference between sharepoint server and biz talk server.which one good to learn.

hi every iam willing to learn advance to .net language ,so someone suggested me to do biztalk server ,some one told to do sharepointserver iam totally confused what to do .so plz some one tell me difference between both and which is good in the sence of oputunities. ...

Autostart the first assignment in sharepoint Learning Kit

Hello all, I am facing problem in autostart the first assignment (shown in the left navigation). When I open the package, it is showing a page with message "Select an activity". How to solve this one. Thanks in advance ...

sharepoint 2007 workflow trigger

Hi, I have an initial workflow in Sharepoint Designer that triggers whenever an item is created and also whenever an item has changed in the 'Employee' list . Within second workflow I am updating the 'Employee' list and the workflow above is triggered. Is there any way I can check in the intial workflow if the item has been updated by...

Setting up a mailing list repository in Sharepoint

I'm trying to set up (in Sharepoint), a mailing list archive. What I'd like it to do is listen for mails to the mailing list and archive them as searchable documents within the sharepoint site. More or less, the Microsoft equivalent of this: http://www.biglist.com/lists/stella/archives/ Are there any good ways to do this? We're running...