sharepoint2007

Is it possible to edit the RSS Viewer in SharePoint 2007 using a Content Editor Web Part?

I need to make my RSS Viewer scroll vertically and I have the Javascript code working. I tried editing the .xsl in the RSS Viewer but it would not scroll. Is there a way to link the two web parts so I can edit the RSS Viewer using the Content Editor Web Part or is there a way to import the RSS data into the Content Editor Web Part? Th...

Open Source Excel Engine for Sharepoint 2007

I was wondering if you knew of any Open Source or paid Excel engine which we could use without going down the Sharepoint 2007 MOSS route? Thank you. ...

Could not load type "something.something"

We have a custom app in SharePoint and each morning we receive this error, by recycling the app pool the error seems to go away for the rest of the day. We have set the app pool to automatically recycle each evening and morning but this doesn't seem to help in any way. ...

How do I make links open in parent frame using a Content Editor Web Part with iframes?

I need to have the links within my Content Editor Web Part open in the parent frame. The links are a part of the page the iframe is loading. I am editing the Home Page of the SharePoint site and cannot add a tag to the page. Here is my code: <div style="overflow:hidden; width: 800; height:200; position:absolute; left:-170px; top:0px...

Sharepoint 2007 filter list to show latest update per employee

We have a very simple list with in/out status. Each time an employee clocks in or out it adds a record to the list. How can I filter the list to only show the last update by each employee? It seems we should be able to do something like a MAX(modified) per user, but how would that accomplished? ...

HTTP Module and Cookies in Sharepoint 2007

I have some proof concept code for a HTTP module. The code checks to see if a cookie exists, if so it retrieves a value, if the cookie does not exist it creates it and sets the value. Once this is done I write to the screen to see what action has been taken (all nice and simple). So on the first request the cookie is created; subsequent...

Problem in sign out and change in user account

hi, In my site after i log in with a user, and when I try to logout or try to signin with different user, again it only log in with the same user. After logout also I remain in Same user. ...

Deploy a visual webpart developed with VS2010 to Sharepoint 2007

Hi, I developed a simple webpart using the Visual Webpart template in Visual studio 2010 and has been testing it within Sharepoint 2010. I want to know if this webpart could be deployed to Sharepoint 2007 from the .cab generated by VS2010, and if so, how? Thank you. ...

log4net and Sharepoint 2007 Workflow

I'm working on a project with some custom Sharepoint Workflow components which I'd like to add log4net to. I'm really struggling to get log4net to output anything at all though! Here's my current setup: In the codebehind for my Workflow: private ILog log; public MessageQueueWorkflow() { InitializeComponent(); string filepat...

Sharepoint: List Permission custom message

Is it possible to create a custom HTML message when a user does not have access to a specific List instead of showing the user that there are no records? ...

developing a system like google directory in sharepoint 2007

Hi. i want develop a system in sharepoint 2007 that work similar google directory. but i don't know how to achieve that. please help me. ...

Sharepoint: Modifying newform.aspx and attach button does not work

I modified the newform.aspx page in Sharepoint 2007 Designer for an announcment list as demonstrated in the following page http://sharepoint.mindsharpblogs.com/DanielG/Lists/Categories/Category.aspx?Name=SharePoint%20Designer I have hidden (<IsVisible>false</IsVisible>) the original form web part. When I try to press the Attach File link...

Sharepoint - Create new link in Documents and link to asp.net page

I have an aspx page (c# application), which i have to link to the new link created under documents. How to create a new link and map it to new seperate aspx page Please guide me ...

Javascript performance in Sharepoint with IE7

I am using Javascript to display an 8*8 grid in a Sharepoint page. The code basically fetches the data from an array, creates a table with the data and adds it to the page when it first loads. It also adds onmouseout and onmouseover attributes to each cell of the table, which call 2 different Javascript functions: to add a description...

about sharepoint login

When i open the sharepoint site,the login dialog box appears on the screen.How can i ensure that when the user wants to login,he clicks the sign in(button) at the top of the page and login into the website? And if user clicks cancel on login dialog box then the page is redirected to a page which showing an error message as 401 unauthoriz...

Tree View web-part bound to a Custom List in Sharepoint 2007

Hi, I have two list in sharepoint 2007. the first list "categories" that is a lookup to itself. The columns are ID, ParentID (References the ID Column if this is a child) and CategoryDesc. Second List "Articles" that is lookup to "categories" list. The columns are ID, CategoryID (References the ID Column of "categories" list) and Article...

SharePoint Picture Slideshow for main page.

Any suggestions for programming a Sharepoint 2007 site to use a picture slideshow on the front page? ...

Get Current SPWeb From Web Part

I'm working on a WebPart, to be used in SharePoint, that will display a listing of documents within a document library. To do so, I believe I need to reference the SPWeb object for which the web part is hosted on. Unfortunately, I don't see how to access the current SPSite or SPWeb from within a WebPart. How would I access these from wit...

Sharepoint Forms-Based Authentication Issue

I have a site on MOSS2007 with a single zone (Default). I have set up forms based authentication with our active directory store using the LDAP membership and role providers and configured central administration with the providers so that the people picker can properly search folks. To test access, I first made my account (provider:user...

Only Alternating values in SPFieldMultiChoice saved

Hi All, I am busy building a custom webpart with various textboxes and lookup fields. All of them are saving correctly apart from the lookup fields that allows for multiple selections. I dont have this problem with lookup fields that only allow for one value to be selected. Below is the code for getting all the selected items in my c...