When creating a task in SharePoint 2010, the "new" indicator is shown after creating a task. How long is this displayed and is the amount of time it is displayed configurable from the GUI?
...
I am attempting to use a single Document Library to store and display multiple Xml documents based on a handful of different schemas. Each schema will have an InfoPath form associated with it.
Can I associate the same file type (.xml) with multiple Content Types, given this will require Sharepoint to inspect the content of the file to ...
Hi all,
In my SharePoint site I have a list wich has a column that contains rich text in it. (i.e text with bold, color and italic style).
Now when user perform search, If the search key word match with the data in rich text column it will show that record as a search result which is perfect.
But the result in search result page show...
Hi,
I am working on some aspnet C# 3.5 webapp. We use IIS7 on our test server.
This webapp communicates with SharePoint 2007 3.0 SP2 by webservices. We have a machineKey in both web.config (the one of the webapp and the one of the Sharepoint site). The two sites are on two different server.
This communication is working fine.
We have...
hello,
When I compile my SharePoint 2007 solution on a 64-bit machine in Release mode and the platform set to AnyCPU or x86 I get the following error:
An attempt was made to load an assembly with an incorrect format: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\ISAPI\Microsoft.Office.Server.Search.dll.
When ...
So I have a SharePoint feature definition that deploys page layouts to a publishing site. The definition looks something like this:
<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
<Module Name="Page Layouts" Url="_catalogs/masterpage" RootWebOnly="True">
<File Path="Page Layouts\layout1.aspx" Url="layout1.aspx" Type...
Hello All:
I am using DataView in SharePoint. I want to bind a collection of objects to the DataView. But when I am trying to bind it is giving the error that the collection does not implement IDataSource interface.
Can anybody tell me how to extend the collection class to implement IDataSource interface?
Thanks
Ashwani
...
Update: Albert D. Kallal has kindly started the discussion off, and to get some more opinions I'm adding a bounty.
This is a nontrivial question about maintenance of a legacy application myself and two other developers support. We are not the original developers, and the code base is 300,000 lines of MFC and business logic tightly co...
Hi,
I have requirement in SPDesigner.
There are list of options in a drop down. There is one more drop down in the same form.
Depending on the first drop down some of the options should be removed from the second dropdown. Depending on other options some other options have to displayed.
First drop down:
<select id='firstdropdown' na...
Hello!
When I access my site with address like in central administration (ex: mysite:7777) list of "upload to" does not contain all elements. It only consists of images, documents and pages. (I upload from some page, edit and then insert image from computer)
When I access my site with ip address (ex: 192.168.100.100:7777 or other addr...
Hi,
I am using sharepoint designer.Just beside terms and Conditions Check box I need to put a hyperlink Which will open up a web page with all terms and conditions. How can I do that in sharepoint designer.
Many thanks
...
Hello,
I'm trying to parse a Date from a MS Sharepoint into a java.util.Date.
The Details:
I query a Sharepoint from a Grails webapp via the SOAP GetListItems method.
In the Sharepoint list, the date is displayed correctly, here 09/11/2009 but in the SOAP response, I get 0x01ca60cf|0x94894000
Further, this only happens with docx, pptx,...
Hi,
I'm adding ItemAdding event receiver for custom list template. Both event receiver and list template are deployed by the same feature. Also the same feature creates List Instances.
The problem I've got is that the event is fired for each list item in site to which it was deployed. Elements.xml for eventreceivre is:
<Receivers Lis...
Hi,
Is there any way to capture document download or item view actions in SharePoint 2010/2007?
Thanks.
...
Tonight we have experienced an HD failure that does not make MOSS to start correctly anymore.
We have backups and we have a new sharepoint 2010 farm that we have configured last week because we were preparing the migration.
Any advice on how to proceed to move the content databases to the new farm?
...
Hashtable docProps = new Hashtable();
docProps.Add("Field1", myvalue);
docProps.Add("Field2", "slsl");
docProps.Add("Field3", "wwowowo");
try
{
DocumentSet ds = DocumentSet.Create(list.RootFolder, "mydocumentset", list.ContentTypes["CustomDocumentSet"].Id, docProps);
}
This will add the document set, but val...
Currently I have a web part with some custom CSS. This is a Document Library web part which also contains the link to "Add a new document" below.
Once I click Add new document I am taken to the upload document page. Is there any way to have the upload document section displayed on the same page or is there an easy way to custom style ...
In the Sharepoint Document Library web part, is there a way to have a delete link for each of the files listed?
In the regular view of a document library you have a dropdown available when you hover over a filename, but there doesn't appear to be any option to delete a file in the web part.
...
Hi,
I have developed a site, took a back up on the development site. I have created a empty site on the live environment. I have restored the blank site from the backup.
I need to change some parameters of the webpart. could anybody suggest me what those list of parameters as I have the following error.
Unable to display this Web Par...
I need to be able to create a new site collection from one SharePoint 2010 farm to another. I.e. the user fills out the forms associated in SharePoint Farm 1 and creates a site collection with the specified info in SharePoint Farm 2.
I have considered the following alternatives:
Using the Client Object Model (COM), but the highest ava...