sharepoint

Making sites on the fly, programatically

Hi, Is it possible to create a site on demand? So in the response of an event, such as button click. I want users to be able to see one site (all users), but users with assigned to a certain group will see two sites. Also, when would I want to create a seperate web application? Thanks ...

changing user permissions dynamically

I am designing a system on SharePoint. There is a approval list for the items. The members can approve, reject and edit the items. One from approval list has to fill the "assigned to" field in the item while approving it. The user who is added to "assigned to" field should able to edit the content of the item after it is approved. So, ho...

Access 2007: Unrecognized database format

My client has an Access 2007 (accdb) file. It's stored on SharePoint, and there are three users that check it out, make updates, and check it back in. One user is on Windows 7, another on Vista, the third on either Vista or XP (my client wasn't sure). There are no linked tables, and its only ever used by one user at a time. I'm told th...

Restart SharePoint Approval Workflow

Is it possible to restart an approval workflow on a given document without losing the feedback that was already previously provided after some approved/rejected. Thanks! ...

Notify Admin of an update in Sharepoint?

Is there a way to get an update by email when a user updates a wiki page or adds items into the document library? ...

Sharepoint List Filter by Profile Property

How would you filter a list in Sharepoint (WSS 3.0) by a current user's profile property. For example, I have a list with a Department column and I want to filter the list based on the current user's department (which would be a user profile's property). Any idea's on how to do this? ...

Passing Multiple parameters from Custome WebPart to Reporting services Report Viewer webpart

I working with Reporting services in Sharepoint Mode, I am able to show the report in Sql Server Reporting services report viwer , the report has multiple parameters , My question is how do I pass more thatn one parameter from a custome web part to this report. I am able to pass one parameter by implementing the ITransformableFilterValu...

How to copy newly added document with metadata to another document library?

I need to copy the item that user just added (for example. myresume.doc or financial.xls) with the metadata (doc lib obtains the columns from content type, ct obtains the columns from site colum) and copy the item with metadata in a folder called "NativeFile". Every doc library has this folder. I know itemadded can be used but then I he...

Own DataFormWebPart: Unable to display this Web Part.

Unable to display this Web Part. To troubleshoot the problem, open this Web page in a Microsoft SharePoint Foundation-compatible HTML editor such as Microsoft SharePoint Designer. If the problem persists, contact your Web server administrator. The webpart is in PageLayout, inserted without webpartzone: <MyWebParts:MyCustomWebPart runa...

Add a folder to current document library

How do I add a folder to current document library (well if the folder does not exists in the current document library)? (Current being where ever the end user is) (I am going to add this code to itemAdded event handler) ...

Sharepoint-This page contains both secure and nonsecure items" Error with RSS feeds

I have a shared site in sharepoint and have some RSS feed webpart in it so now everytime my site opens up it shows this popup. I know I can remove the popup by going to IE options and stuff but my question is if there is any way that i can remove it permanently because I can't tell my users to follow this process but I have lot of comp...

Any way to restrict permissions at the subsite in sharepoint

I have a site collection and user A is having Design permissions in it.I created a subsite inheriting parent permissions and now I need to give just read permissions to user A in my subsite. I have tried going to users and group of subsite ..created new group having read permissions and added that user into it...but its not working any ...

There is no web named - Sharepoint Event Hander

I activated following code with feature (web level scope). Now when i add an item to any document library it should create a folder "". No folder is created and no error is given either. can anyone see what's is going on? I got the following from the log file. I found similar code all over google so I am kinda puzzled why is not working...

How to change Sharepoint look and feel like a professional website ?

I am working on the MOSS 2007 site and looking to do some customisation like professional site. Professional means, at the first glance nobody can say it is a typical sharepoint site. example :https://www.twynhamschool.com/ I know to add the header icons and images in the master page with much afforts but still not sure how to approac...

display image from a Sharepoint library on mouseover on the image displayed in webpart

I have two Picture Libraries. One has pictures and the other contains the thumbnails created programmatically by me. I am displaying the thumbnails into a custom webpart. I need to display the original pictures on mouseover on the thumbnails displayed in webpart and the originals displayed should dissappear on mouse out. Please Help. I ...

problem with Infopath Form services

I want to have some url for my infopath form and give that link to user instead of going to form library and click new...how is it possible? Also when I created Infopath form I have given some text fields and button, I don't want the Infopath services buttons(Save,save as...) how I cna remove those? Any suggestions would really be app...

SharePoint job queued, but never starts.

I'm attempting to retract a solution from SharePoint. I've started the job via Central Admin site as well as from stsadm. The job is queued, however, it will stay in a state of pending for days. The SharePoint services - Admin and Timer service - are started. Any suggestoins of why the retraction jobs are queued, but never started? I'm ...

MOSS 2007. Handling restoration from recycle bin in workflows.

Workflows can wait for the item to be moved to recycle bin via OnWorkflowItemDeleted activity. Is there any way to handle the restoration of the item from recycle bin? ...

Deploying Excel 2003 VSTO Workbook using Sharepoint for versioning control

I have an excel 2003 vsto workbook that I would like to make available via sharepoint for version control. Ideally it could be checked in/out by non-developers for tweaking excel equations, and I would be able to deploy the compiled dlls somewhere else when I need to update the managed VSTO code. I understand I may need to use some click...

SharePoint 2010 / ASP.Net Integration - Looking for advice

I have been Googling a problem that I have with trying to integrate the web application that I am working on with SharePoint 2010. The web application is a wiki style tool that allows users to log in via forms authentication or WIA against Active Directory and create content for themselves and others. What we would like to do is to al...