sharepoint

Sharepoint- Site Settings page design.

When i Customize to design the Settings.aspx page,It looks same as Home Page What we Designed,One mistakes is the top navigation Menu's tab are not aligned as correct as Home Page,What my Mistake ,Please Anyone Help me.., Thanks in Advance. ...

Getting a list of running workflows?

I'd like to see a List of all Workflows currently running in the entire Farm. I know that you can use /_layouts/wrkmng.aspx to get some numbers, but i'll need to know the actual workflows (and the sites/lists/items they run on) ...

Sharepoint webpart and overiding the css style

Have a look at this picture Does anyone know what css style is used for the line/border highlighted in red? I'm trying to over ride it in my custom style sheet but I’m not having any luck, so far I’ve tried overiding these different styles... .ms-viewheadertr .ms-vh2 .ms-vb .ms-vb2 .ms-unselectedtitle .ms-summarystandardbody ...

Edit Excel File in Sharepoint Sequential Workflow

I have a fairly complex workflow associated with a library of Excel files. I need to be able to add a time stamp to the bottom of the file when the workflow is finishing up. Most of my previous experience with editing Excel files is querying via a Odbc connection. As far as I can see, there isn't a built-in Sharepoint ability to do so....

SharePoint (WSS) Authentication Across Multiple Domains

First, a little background: We have an intranet site based on WSS 3.0 that is hosted on a server in *DOMAIN_A.LOCAL* and set up to use Integrated Windows Authentication to authenticate users against Active Directory user accounts of *DOMAIN_A.LOCAL*. This setup works just fine for users who are logged into Windows using an AD account f...

SharePoint - programmatically add list items and set ID

I need to create list items in sharepoint and also set the ID field too. However I get an error when trying to do this as it's read only. Is there a way I can set the ID column value when programmatically creating items in a sharepoint list? As a side note the reason I need to do this is because I need to add items to two sharepoint l...

Combining different lists data and showing it in a webpart

hello, let me explain my current situation i have a SharePoint site lets say it is MAIN, and a subsite lets call it SUBMAIN in MAIN i have a list called "a" and in subMAIN i have a list called "b" both lists have the exact same columns, i need to show the content of both lists (ordered by modified date for example) in one webpart i...

Support for Long Running Operations using the MOSS Publishing Infrastructure

I have used the Long Running Operation capability within the Publishing Infrastructure within MOSS (SharePoint) in the past, and am curious if anyone knows if this is a supported technique for having custom long running operations within SharePoint. When using this technique, you inherit from Microsoft.SharePoint.Publishing.Internal.Lon...

Can't delete custom SharePoint webpart DLL

Hi All, I've created a couple of custom web parts and put the DLLs in the /bin folder for testing. I now want to delete the DLLs from the /bin folder but I keep getting the following error: Cannot delete xxxxx: Access is Denied Make sure the disk is not full or write-protected and that the file is not currently in use. I can rename t...

SharePoint: How to apply a custmised masterpage to Sharepoint build-in search results page (OSSSearchResults.aspx)

SharePoint: How to apply a customised masterpage to Sharepoint build-in search results page (OSSSearchResults.aspx) I have apply the sharepoint sites to use my own customised masterpage, but the search result page(OSSSearchResults.aspx) does not pick my masterpage up. Can anyone help me? Many thanks. ...

Sharepoint - Can You Output Unfiltered HTML from a Database?

Our customers have asked for Sharepoint and, of course, we are having to implement features for which Sharepoint wasn't really designed. We are first trying to stretch the in-house webparts as far as we can, so we are doing a lot of the work in stored procedures, user defined functions, and custom views in the MSSQL DB. I am generating...

Considerations for Upgrading SharePoint 2003 to 2007

Thanks in advance! I was wondering if you SharePoint architects/experts out there could help me nail down the specifics and concerns around upgrading an existing SharePoint 2003 deployment to SharePoint 2007. I know this is general and vague and the steps/problems will depend greatly on the current SharePoint deployment. Any help woul...

SharePoint Infrastructure Update Authentication Issues

I've got a SharePoint MOSS 2007 development setup on to which I installed the WSS infrastructure update. Now, whenever I try to access any site collection in my SharePoint farm using IE7 I get a username and password prompt. I enter valid credentials for my Site Collection admin account and I see the box again. This happens three time...

How to determine if a folder is nested in a SharePoint list

Using the following code: using (SPSite site = new SPSite("http://localhost/")) { using (SPWeb web = site.OpenWeb()) { foreach (SPList list in web.Lists) { if (list.OnQuickLaunch) { Console.WriteLine(list.Title); foreach (SPListItem item in list.Folders) ...

Is there an equivalent to the SPWeb.Properties in the SharePoint web services?

Our project has a site template that manages custom properties using SPWeb.Properties. However I need to be able to change these values through the webservices and I am having trouble finding any methods to even return the custom properties. Where can I find the equivalent to the SPWeb.Properties collection in the SharePoint web service...

Reporting Services Connection to SharePoint

I need to create reports on SQL Server Reporting Services 2005 (SSRS) on data coming from SharePoint Lists, i was searching for ways to do that and i found, connecting to SharePoint web service out put XML, the problem here is it sometimes work and sometimes don't, and also i couldn't do inner join between different lists may be it is...

Cannot access WSS 3.0 sites after movind Content and Config DBs

Problem: No access to internal sites after new Instance of SQL was installed on MS SQL Server Description: I've got a WSS 3.0 installed on the W2K3 Sever. Originally, there was only one Instance of MS SQL (MSDE) for Backupexec (bkupexec). Later, we installed WSS 3.0 and instead of installing the new instance of SQL we installed on the...

sharepoint search with variation site

I have a sharepoint site with variations. how can i separate search results so that it only retrieves results from the variation site it is in. ...

How to deploy an assembly using the Team Definition in Sharepoint?

Now i am using the sharepoint extensions 1.2 for Visual Studio 2005 to deploy my website. I want to add an assembly to the bin, but i don't know how to add it to the Team Definition. Could someone give some code, plz? ...

Any way to get SharePoint to STOP converting attachment file names to all lower case on inbound emails?

I have a document library that is successfully receiving and saving attachments from inbound emails. The problem is that it is taking my nice, mixed-case file names and converting them to all lower case. I have looked on the Internet for a solution and only found a bunch of "me too" people with the same issue. Is there any way to control...