I want to make use of some of the ASP.NET 3.5 capability within SharePoint 2007. In particular, I want to do the following:
Provide REST and maybe JSON through HTTP so that another product can consume SharePoint content.
Provide AJAX web parts within SharePoint. These will probably have little to no server side controls. Most conten...
What are the steps required in attaching an event receiver to a custom list in sharepoint?
...
I have a site A. I created two events(meetings) on the site, each one with its own workspace. In one of the meetings, I added a list--a "Project Tasks" list, in particular--and I want to be able to display that list on the other event's workspace. I also want to be able to synchronize the two, so that any items added to one list get a...
how can i perform logging in sharepoint. i want to use tracing.
so that it logs in the 12 hive logs.
...
Hi
We have a deployment where amongst other things we programmatically create new Sites within Sharepoint. The site will utilise multiple resource files.
The problem I'm having is that some of the resource fields on the page display the resource expression (i.e. $Resource:) rather than the value. All come from the same resx file; but ...
I've asked a similar sort of question here but what to be more specific.
I want to be able to deploy a solution and activate a feature that provisions various custom aspx pages to different site levels within my web site.
So my first custom aspx page would be at the root: http://example.org/custompage1.aspx
And then another custom asp...
All,
Does anyone know how to make a column in a SharePoint list that will always display today's date when rendered? I've seen tricks that require the list/item to be modified each day however, that's not what I'm looking for. I just want a column that whenever the list is viewed it displays the current date.
Thanks for any feedback.
...
Our Sharepoint site functions as a sort of document library, with users able to browse but not edit any document added. What would be really useful is if users were able to individually mark as a document as their "favorite" and then have a list somewhere so they could go back to see it. Is there a "feature" or a custom extension that wo...
I'm looking at adding moderator comments to the MOSS discussion board. The requirements are:
Moderator comments can be added to any message
Only a user with elevated permission e.g. a Site Owner should be able to add moderator comments
Moderator comments should be rendered differently to the related message
The modified list should be...
I'm working on a Visual Studio 2008 Add-in that shows files from SharePoint. It is possible to edit file in SharePint from within Visual Studio, and I would like to give a view of the difference between the current document and the version saved in ShaerPoint and the last published version in SharePoint.
In the past there was Super Di...
I have a site collection with the following structure:
Sales Dept Site (site collection top-level site)
Sales Dept Sub-Site 1
Sales Dept Sub-Site 2
We now have a need to insert a new top-level site so that the new structure will look like the following:
Sales Public Site (site collection top-level site)
Sales Dept Site
Sales D...
I'm looking at designing some core information systems at a new company I'm working at (described one of my ideas here http://stackoverflow.com/questions/908705/workflow-system)
I've thought a bit more, and am strongly considering using sharepoint for a lot of the heavy lifting seeing as it comes with so much out of the box.
However, I...
I'm trying to set up surveys for a public facing MOSS site that allows anonymous access. I'm willing to live with the restrictions and have followed the instructions on the blog teuntostring- using-surveys-on-anonymous-access.htm (I can't add the link here as I'm a new user) to the letter (I think). However, I end up with a login prom...
I'm trying to create a custom report that shows Current Crawling Time/Duration with Status on either Full or Incremental Crawl.
Does anyone know what the API that I can use to get such the information?
...
I have a SharePoint web part that gets XML data from an .ASHX page, parses it and displays it using JavaScript. Everything works fine, until the XML changes. When I view the web part in IE, the new data is not updated until I close the browser. Even doing a CTRL-F5 does not grab the new data.
Firefox displays the new data immediately...
Good Morning,
I have a Form Library on my SharePoint site. On my form I have a calculated string field that does basic math (field1 x 3). I'm looking to have some way for the form to recognize that the field was changed (when saved) and somehow set off a SharePoint alert.
I'm completely baffled as how to go about this, if anyone could...
Can anyone point to any good 'beginners walkthroughs' for the Business Data Catalog in MOSS 2007 Enterprise? It seems to be very powerful, but all the official guides assume preexisting knowledge.
...
I have some JavaScript that will execute within a SharePoint web part. I would like to have a function execute when the window is resized. Normally I would use
<html>
<body onresize="resizeFunction();">
</body>
</html>
but in SharePoint things start to get hairy. I have an onload function that I am able to use thusly:
_spBodyO...
What are the Benefits of using InfoPath forms in SharePoint?
I’ve been doing research on InfoPath to see how it integrates with SharePoint. The idea of letting users create their own forms offers a lot of power, and could enable people to handle some of the small requests they have on their own. However, outside of creating a form lib...
I have a list with roughly 5500 items, and I would like to find out the size on disk. Is there some way I can do this? I don't mind running a query in the database, if necessary.
...