sharepoint

Different user permisions for different sites on sharepoint

I want to add a new tab or site in sharepoint as shown for the above, but i want to allow some users to access one of them and not the other. when i remove a user it is removed from both of them or put for all. Also how can I edit those of the one which is already done? ...

How can I exclude the Path property from being indexed?

I have tried to exclude the Path property from being indexed from Shared Services->Search Administration->managed Properties->Crawled Properties. I have un-checked the check box that says "Include values for this property in the search index". for all three: "Basic:11(Text), Basic:9(Text), Web:2(Text)" mappings. I have reset the crawl ...

Accessing Sharepoint Web Services without authentication

Is it possible to access a sharepoint web service without authenication? If you can't do it directley can you think of any ways to get round it such as haveing an open service inbetween that does authenicate for you using a public account. ...

Choosing Sharepoint save location for an InfoPath form

I have an InfoPath form template hosted as a Sharepoint content type. I want the user to be able to choose where in the Sharepoint site folder structure the form gets saved when they click submit. Is this possible, either by rules or custom .NET code? Thanks. ...

Sharepoint : Metadata Property Mappings question

I've made a Metadata Property Mappings and I'm trying to use the "default" search result webpart to display the result of a search. The custom search form that I made use the parameter "k" (for keyword) in the query string, but the search use all the fields of my elements. I want to only search on a specific "metadata property mapping" ...

Sharepoint List to PDF report

I have a sharepoint list and I needto transform it into a document(any type) and export it pdf. Would you have any tips on the best way to do this? I have crystal reports but not sure if this is the correct use case for this. ...

Best Visual SharePoint 2007 Workflow Builder

We have a number of database driven apps we'd like to build out within SharePoint 2007 (the data will need to stay within SQL Server and not SharePoint). Can anyone recommend some robust visual tools that support doing this within SP 2007, but also allow for business rules such as "if the user is in this group then they can see this, if...

Sharepoint doing an automatic discard checkout - losing changes!

Scenario: Through web interface, I check out and edit a file. I exit my (non-office) application. My application asks if I wish to check in, and I reply no. Document with my changes remains checked out, present in my SharePoint Drafts folder, and present in the registry under HKCU\Software\Microsoft\Office\Common\Offline\Files I go b...

Page Viewer Web Part

I wanted to know if, 1. We can view a section/portlet of an external portal/Web Application? Using Page Viewer Web part we get a full view of the web application but I would like to ONLY view a section/portlet of the external web page. Is this possible? 2.How to achieve session aware Page viewer web part a. For e.g., i. I have l...

Increase tex font size throughout the application WSS SharePoint

Is it possible to provide an option to have a text font size let say 16px throught the web site while creating ite. ...

What is the best way to return search results from two different SharePoint farms?

I have two different SharePoint farms, one with tons of sites and lots content and one that is primarily a portal site. These farms are in the same Active Directory domain but in different data centers, on different servers, and with different service accounts. The farm with all of the content is already searched and indexed by that far...

Sharepoint List to ADO.Net data table

Is it possible to convert a share point list (getting it via the web service or object model) and transform it into a ADO.NET data table? ...

Sharepoint "Could not load file or assembly" "The system cannot find the file specified"

I have added a reference to a dll (sharpPDF) to my .net project. In the code it has picked up the dll and I can use it. When I deploy by sharepoint webpart i get the following error: Could not load file or assembly 'sharpPDF, Version=1.0.3511.18105, Culture=neutral, PublicKeyToken=f099e668beaaa0f9' or one of its dependencies. The system...

Does an ASP.NET application somehow automatically integrate better with SharePoint than classic ASP?

A colleague is evaluating the purchase of a web-based application for their company. One of the applications they are looking at is written in ASP.NET. He made the comment that they are hoping they can "seamlessly incorporate the ASP.NET application into the sites and dashboards our users access every day". Is there something intrinsi...

How to get a list of all users in SharePoint

How to get a list of all users in a certain group in SharePoint by code? ...

How to call windows authentication programmatically in sharepoint?

Hi guys, Here is my scenario. When anonymous user visits site collection's default site, custom login form panel is shown. This form is a webUserControl(.ascx file) that is embeded into page as webpart. Then user enters username and password. When submit button has been clicked, authentication will be handled by code behind of cust...

Find out if a SharePoint URL is a file or not - MOSS out of the box web service

Is there any MOSS out of the box web service which takes the URL of a SharePoint site and tells us if that URL is pointing to a file (document)? For example, we have a list of SharePoint URLs and we need to find out which URLs are pointing to a file and not a document library or a list? ...

Sharepoint Branding - Multiple File Provisioning

Hi I've created a custom master page in sharepoint that comes with a lot of images (say 200). How do I package all the files to be provisioned to the Style Library of a site collection? The only way I know to do this is through a feature but that means listing every single file (all 200 of them) as a <file></file> element. Is there a...

WebPart "metadata"?

I have not worked with webparts for sharepoint before, but need to make change to a webpart, that needs to be propagated to some 700 websites. It is a change to one of the properties of the webpart, the value needs to be changed. Is there a way to get metadata for a webpart and change it directly in the database (I assume that is where i...

Can I 'import' this value into a XML structure and parse it? C#

I have a sharepoint server and I am playing around with it programmatically. One of the applications that I am playing with is Microsoft's Call Center. I queried the list of customers: if (cList.Title.ToLower().Equals("service requests")) { textBox1.Text += "> Service Requests" + Environment.NewLine; foreach (SPListItem item in ...