sharepoint

Can you safely manipulate the DOM with Sharepoint (MOSS 2007)and jQuery?

We have a MOSS 2007 installation where we rely on jQuery to handle automatic rotation of tabs in webparts, animation of sliding menus and tool panels. Intermittently we get the "Operation Aborted" error with our IE 6 users. While we confirmed that this results from manipulating the DOM before it has been completely loaded on the clie...

How can i retrieve the value "Created By" in a customised SharePoint 2007 Edit Form

Hi, I have created a Custom Edit Form for a custom list using SharePoint designer. I need to check that the current user is the author of the list item before displaying the form as only the author should be able to edit this content. I don't have server access so want to do this in the form itself using XSL. So far, I haven't been able...

How is skill building for Sharepoint different from ASP.NET?

How much of ASP.NET or C# is required for Sharepoint development? Do you need experience with things like developing N layered web applications, design patterns, test driven development, strong SQL background etc? I hear that Sharepoint development is different from enterprise applications thats typically built with technologies like AS...

Uable to access sharepoint site

I turned on directory browsing (in IIS) for my sharepoint site, then turned it off again and now every time I try to access the site through a web browser I get 404 error, page cannot be found. I know it's something to do with authentication but don't know where to start looking/fixing ? ...

Import and Exporting users from an Active Directory

I'm trying to move a SharePoint site from one server to another. I'm supposed to move all the users with their permissions as well. I've been told that the best way to do that is to export the users from the AD and then import the list on the target server. Is this the best way to accomplish this? How do I export only the users and p...

User Experiences for Visual Studio 2008 extensions for SharePoint v1.3 CTP

In January, MS released a CTP of VS Extensions for SharePoint v1.3. Has anyone used these? What have your experiences been? We used the previous version and did not like how much was hidden/abstracted from the developers. We eventually abandoned the extensions and create our own WSP's with MakeCab.exe. ...Peter ...

Running MasterPages from the Layouts directory

To simplify our SharePoint environment I am wanting to have a central and single location where all of the master pages are stored so I was hoping to reference the masterpage files directly from the _layouts directory. I add the files to the "\LAYOUTS\MyMasterPages" directory and then update the SPWeb object to use that path: web.Maste...

ListTemplateOwner

I’ll keep it short and sweet. Does anyone really know what the "ListTemplateOwner" tag of the elements.xml's "Receivers" node really means? From Microsoft’s site: http://msdn.microsoft.com/en-us/library/ms431081(loband).aspx ListTemplateOwner: Optional Text. Specifies the GUID of the list template owner if the list template is regis...

How do you copy a file into SharePoint using a WebService?

Howdy, I am writting a winforms c# 2.0 application that needs to put an XML file into a document library on SharePoint. I want to use a WebService instead of using the object model (no sharepoint.dll to reference here) I am currently using the http://webserver/site/_vti_bin/copy.asmx webservice. Here is some code: byte[] xmlBy...

Sharepoint - connectable receiving, XSLT editable web part?

You can use the "Data View" webpart to take data from a database call, then you can edit the XSLT manually to make it look and do whatever you want, within the scope of that data and XSLT capabilities. Is there a web part that allows me to do the same thing, but with data that is received by a connected webpart source rather than a data...

Get Max Date Using CAML Query From alist

Dear all, how can i get max Date and Min Date from a list Date Column ...

The correct way to call unmanaged code from partially trusted code

What is the correct way to call unmanaged code such as a COM API through .Net interop from a code that is being executed in a partially trusted environment? While developing an ASP.Net WebPart for Microsoft SharePoint I had to communicate with another system through its COM API. I solved this issue temporarily by changing SharePoint's p...

How do I handle SharePoint exceptions?

Hello. I`m new to SharePoint, so I guess how do I need to handle exceptions? When I write custom code do I have to check for them or maybe, if they are thrown, they automatically get logged and don't break the app? If not, then how do I log them? Thank you! Edit: And how should I log those exceptions? ...

Move Sharepoint Wiki between site collections

I've got two sharepoint site collections. Now i have a Wiki in one and i want to move it to te second one. I did the move with creating a template and import it into the new one. The problem í've got now is the links. The Wiki links are refering to the old location. Does any one a solution for this? ...

Best practice with SharePoint feature deactivation

I have a custom SharePoint solution which requires several list instances on a particular site (SPWeb). Now some of these lists are generic, for example a 'Pages' document library, wheras others are highly specific custom lists. My question is which (if any) apsects of customisations should be cleaned up on feature deactivation. My in...

Sharepoint database and Tables

I had created a multi choice column called "technology" on our shreapoint portal. Recently, by mistake I clicked on delete button while making changes to the column value and now I want to restore the system in the orignal form. I have recreated the column with all the options, the problem is that all the documents had the technology val...

SharePoint 2003 Developments

Hi All, I am using SharePoint 2003 local libraries for developing a commercial application. Lookup is one of the SharePoint data types available for application programmers. Lookup data type is internally referring to other data types. Could anybody tell my how to find out this internal data type Lookup data type is referring? ...

Scope of a timer job feature

I am writing a timer job for the first time. I am following the examples that can be obtained by googling as my reference. In many such articles, I am coming across the timer job features being activated to the Site Collection level or the Site level. I feel this is weird, since there can be only one instance of a timer job for a parti...

Adding fields to the List Forms - Sharepoint

I'm looking to add a new field onto my NewForm.aspx, EditForm.aspx and DispForm.aspx pages in Sharepoint Designer 2007. I've managed to add a new textbox webpart and have edited the Common Textbox Tasks to make the Data Field my new field (Contacts..) But how do I edit Edit.aspx and DispForm.aspx to display this new field? I've looked ...

how do i add a view to schema.xml in sharepoint

I am trying to add a view to a custom list. The target is MOSS 2007, I am using VS2008 w/ VSeWSS 1.3. The feature already has a custom list definition, including a custom view called "Calendar". To get started I thought I'd create another view called NewCalendar that is simply a duplicate of the existing custom view Calendar. So, I c...