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.
...
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)
...
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
...
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....
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...
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...
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...
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...
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 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.
...
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...
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...
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...
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)
...
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...
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...
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...
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.
...
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?
...
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...