sharepoint

Sharepoint Site using PHP code

I realise that Sharepoint in asp .net based but I have a PHP application that a user wants me to include in a Sharepoint site. So is it possible to use PHP code inside sharepoint? ...

Sharepoint as a replacement for N-Tiers Applications and OLTP Databases

All, At my current company, we are looking to replace all ASP.NET Applications and OLTP databases with Sharepoint 2007. Our applications and databases deal with 10,000+ rows, and we have 5,000 + clients actively using the system. Our Implementation of sharepoint would replace all n-tier applications. Does anyone have an experience i...

How to Edit Permission on "Create"? SharePoint

When you go to Lists, and Create. I'd like to show the "Custom Lists" column only to specific group. I don't want the users to be able to create Web Pages, Document Libs .. etc But I'm not able to see how, I tried to create a custom group and edit permission level, but I cant find where exactly. does enabling "Create" to specific group...

Sharepoint: How to obtain the current site/web/list properly

Hi all What is the best way to obtain the current site/web/list ? Option 1 - Reusing existing objects SPSite site = SPContext.Current.Site; SPweb web = SPContext.Current.Web; SPList list = SPContext.Current.List; Option 2 - Creating new objects SPSite site = new SPSite(SPContext.Current.Site.ID); // ...

Sharepoint people search - sort alphabetically accross pages

Hi, I have a Sharepoint 2007 MOSS People Search webpart, used with a Paging webpart to display search results of people. The people search webpart displays results alphabetically on each page. But the results are not sorted alphabetically across pages. Does anyone know anyway to acheive an alphabetical sort of people results accross ...

Is VS 2010 SharePoint functionality good enough to replace WSP Builder?

I have been using WSP builder up until now with VS 2008. I recently upgraded my IDE to VS 2010, and have heard that VS 2010 now includes functionality to work with MOSS directly. If you guys have had any experience with this new MOSS functionality and have come from a WSP builder background I would like to hear what you think. Just t...

Enable or disable column based on other column

Hello, I have Application with 3 columns Result - Radio button pass and Fail IF Fail - Radio Button Minor and Major Be Specific - Multiple Choice - Active X control/ Browser/ Display / Others I want to disable If fail and Be specific if Result is selected pass. How can I do it Thanks Kundan ...

Use a push button to add a section in an InfoPath form?

I'm working on an InfoPath form that's going to be run with InfoPath Forms Services on a SharePoint server. For a number of reasons -- mostly so that the customer can update the form without involving an administrator -- this can't be a form containing .NET code. The form has a repeating group, and we have users who are a bit confused a...

SharePoint permission level to modify metadata (properties) but not the document

Hi! Is it possible to implement a custom permission level that allows a user to modify the properies of a document, but not the document itself? If so, any hints on how to do it? Larsi ...

SharePoint web part - SQL statement not reflecting change

I recently wrote a SharePoint web part in C# that pulls information from a SQL database with some parameterized queries based on user selections. This involves a list of customers in a dropdownlist that is populated from a datareader like so: while (dr.Read()) { string customerNameAndCity = dr.GetSqlString(1).Value + " - " + ...

Sharepoint 2007 - use same master page in all sites

Hello All, Is it possible to use a master page on a root SP web application for all its children sites? In other words, for a site called http://myspsite I have a customized master page called "mycustom.master". I would then like to create a site within this web application cammed "newSubsite" so it points to http://myspsite/newSubsite. ...

Programatically access a SharePoint document library?

How would I programatically access a SharePoint document library from another machine? I want to recursively scan all the folders and generate a list of files with a certain custom property. ...

SharePoint Web Service Documentation?

Does anyone know where I can get documentation on "Lists Web Service" for SharePoint. I tried this link, but it seems that every child link goes to a random page. http://msdn.microsoft.com/en-us/library/dd587198(office.11).aspx ...

Can I export a SharePoint list to an Excel file subdivided into separate worksheets?

We have a SharePoint 2007 deployment which will have a substantially large document library. My client wants the ability to export this library to an Excel spreadsheet, but specifically wants the ability to divide the spreadsheet into several worksheets based on a specific field. Is this possible to accomplish in WSS 3.0, through the obj...

Problem with pageviewer webpart in sharepoint2010

Hello I am using a pageviewer webpart to display a .htm page which is present in a document library in sharepoint 2010. It is asking me to download the page instead of diplaying in the page But in MOSS 2007 it is working fine(I mean it is displaying in the page) Please suggest me the solution Thanks in advance. ...

How to track folder permission event?

Hi, This is about folder level permissions. We have a document library with break inheritance. While adding folders, sub folders through code, again we coded for break inheritance. Now the requirement is, when a user/group is added to subfolder permission list, we need to track this event. Which sharepoint event do we use and on what le...

Different Uses of PowerShell With SharePoint?

Hi, Following the release of SharePoint 2010, there has been renewed interest in using PowerShell to manage SharePoint solutions. I'm interested in finding out how my peers are currently using PowerShell with SharePoint, either 2007 or 2010. For example, I use a PowerShell script to determine the number of sites, sub-sites and page...

Ajax doesn't work with GridView on a sharepoint web part

Does anybody know the way how to make a GridView, placed inside a Sharepoint Web Part, to use Ajax? I placed a ScriptManager on a MasterPage, an UpdatePanel inside a web part. Every type of control works fine with ajax, except of GridView that forces to reload the entire page instead of updatepanel contents only. The resason for that, I...

Where does SharePoint store activated Features? ConfigDB or ContentDB?

I need to know whether SharePoint will restore the status of "activated" features when restoring from a catastrophic failure. Presume the following - Solution files are correctly deployed - Config DB is unaffected Specifically I am thinking at the webapp or site collection level. Cheers! ...

how to create an extranet site in SharePoint 2010?

hi all, how to create a extranet site in sharepoint 2010 ...