How do you figure out the current size of the sharepoint web application? Better yet, the size of a site collection or a subsite.
I am planning to move a site collection from one farm to another. I need to plan the storage capacity first.
Hi all
I made a custom sharepoint workflow with Visual studio, the workflow starts when a new item is inserted in a list
I assigned the title of the task to reference a field in the new item
TaskProps.Title = "Please prepare Hardware for project " + workflowProperties.Item["Contract"].ToString().Split('#')[1];
the task title is correct but i find the string (exteranl participant) concatenated the title of the task
what can be the reason for this ?
thanks
I would like to know the best Practice that you guys follow when it comes to access the SharePoint List Items / Doc Lib using Object Model. To start let me share few things I have found.
Limit the number of Items Per container to 2K items.
Use ProcessWebData method of SPWeb to do Update/Insert of Large items
Hi all
I want to develop a custom lookup field for sharepoint.
I created a class as the following
public class CustomLookupControl:BaseFieldControl
and overided this method
protected override string DefaultTemplateName
{
get
{
return base.DefaultTemplateName;
}
}
but when I edit an item I find that the place of the field is empty.
my question is that I don't want to implement a custom rendering template for the field, I want to use the default template of the lookup field
how can this be achieved.
I want to take a backup of my existing site and restore it on a different Sharepoint server. I know its easily possible through stsadm backup restore. But I dont want the content of my lists to appear in the restored sites. Is there any way to achieve this using backup or export command????
Hi all, currently I'm trying to retrieve all the groups that is in my sharepoint site. After which, I need to know which users are in the group and the level of site permission for each user. I'm using WSS 3.0 , developing in C# (visual studio 2008).
Help really needed as I'm still new in this area. Thanks in advance!
Hi,
I an trying to setup Forms Based Authentication using ASPNetSQLMembershipProvider.
In 2010 Beta 2, I was able to do this in classic mode, and it worked.
With the RTM, it is no longer supported under classic mode, and I must switch to Claims based Authentication.
So I created a new web application, and configured everything in sharepoint to work with FBA, But I can't get it to work.
Anyone managed to do this?
Thanks,
Itay.
My ImageHandler.ashx is not working when the webpart is calling it. any ideas on what is the correct way on calling or adding a handler in sharepoint? Thanks in advance
Here My ImageHandler.ashx code
byte[] buffer = (byte[])image.ImageData;
context.Response.ContentType = "image/jpeg";
context.Response.OutputStream.Write(buffer, 0, buffer.Length);
In my webpart
imgcontrol.ImageUrl = "ImageHandler.aspx?id=1";
Hi,
I would like to what are the default managed properties available with default installation of a SharePoint. Also would like to know what is the default crawling property name maped to a managed property "ModifiedBy".
Thanks.
Hallo,
i need to add a user to a SharePoint-Website (WSS 3.0) via a Web Service.
Using the API i would use the SPWeb.EnsureUser method, but i can't run my own code on the server.
I was hoping the Users and Groups Web Service could help, but it does not provide a suitable method.
So, is there a Web Service equivalent to SPWeb.EnsureUser?
Thanks!
Hi all,
Somebody knows how to change the user account and authentication method sharepoint uses to connect to its content database?
It is now setup to connect using Windows Integrated Authentication but I want to change that to a local user account.
Is it even possible to do this?
Thanks in advance
Hello,
old problem now getting new. Anyone has a good idea for storing currency values in a sharepoint list? Problem is - there is a currency field, but it is not multi-currency enabled.
I could obviously store the value in two fields (currency lookup from a list, value in second field), but I take it as wondering whether there is a more viable approach that.
I need to create a workflow that routes a document to a reviewer and upon approval creates a document workspace in SharePoint 2007. Setting up the workflow for the the approval of the document is simple, but I'm unsure of how to create the document workspace upon approval. I want the document workspace to be created programmatically once the document is approved. Can someone recommend an approach for accomplishing this?
I've created a SharePoint WebPart and am trying to upload it to the Web Part Gallery. However, when I do so, I get an error saying that it is missing a Digital Signature.
How do I generate a digital signature for the web part?
how do i programatically add user permission to a list in sharepoint. i want to add the permission "Contribute" to a user or group for a certain list. im using c#
Thanks..
Hi,
does anybody have a manuel that describes the steps to create an anonymous
user authentication in SharePoint 2010 (Website for the internet with no authentication).
For editing an admin has to log in
with forms authentication. Can I hold the admin somewhere in the web.config with
membership provider ? Or do I need to install SQL Server somewhere for that task ?
Thanx a lot.
Stephan
How can i localise a sharepoint site.
i need it to copy any new content created in an english site to be copied into a german site. the actual translation is handled ok. i just need the creation of site/subites/content/pages to be copied from the english site to the german site
I have created a sequential workflow for use with a SharePoint List. In this workflow i send an email using the SendEmail activity.
Later in my workflow I need to know if the mail was successfully sent, so I tried using this condition:
success = sendEmailStep1.ExecutionResult == ActivityExecutionResult.Succeeded;
But that does not work, any ideas?
We got "No Index Attribute" error when we try to indexing Oracla Portal from SharePoint Server 2007 Search crawler. The content source is added sucessfully. The error messages appeare in the crawler log.