For SharePoint-specific questions, please see the SharePoint Stack Exchange site at http://sharepoint.stackexchange.com/

learn more… | top users | synonyms (1)

2
votes
1answer
634 views

Whose fault is it? CSS or JavaScript?

The slider should function nice and smooth. Instead the animation isn't working smoothly. Here are the HTML, CSS and Javascript. I looked and looked and looked and can't find the clue. Rotating is ...
4
votes
3answers
4k views

How can I build a SharePoint 2010 package using command line?

I have a Visual Studio 2010 SharePoint project. If I choose 'Package' from the project menu, a .wsp file is generated. How can I invoke the same build from command line (i.e. what /target is required ...
2
votes
2answers
3k views

SharePoint 2010: Create a bookmark button that adds a page to your My Links

I am trying to create a link/button on my masterpage which when clicked, adds the current page to the user's My Links list. This is merely a shortcut to save the user from having to navigate to their ...
1
vote
1answer
364 views

auto login to sharepoint site which uses windows authenticattion

How to login to windows authenticated sharepoint site automatically without prompting for credentials using VB.net. any help would be appreciated. Thanks in advance.
0
votes
5answers
3k views

Sharepoint 10 Lists: want to limit form fields per user groups

I am creating an Service Request Ticketing System using SharePoint 10 Lists functionality. I want to hide some form fields from the end user when completing the form but want the admin folks to see ...
0
votes
1answer
955 views

Customizing Navigation in sharepoint 2010

I need to customize my sharepoint site main top menu bar. Main Menu Navigation : Primary navigation. It should have all the main tabs. If a user clicks on any tab then the subsites under the ...
11
votes
1answer
12k views

Deploying custom dll's in SharePoint 2010

I'm new to SharePoint and trying to get my head around this. I have a simple Web Part project. I also have a custom Data layer project that uses the Microsoft Enterprise Library for data access. In ...
6
votes
1answer
4k views

Sharepoint PeopleEditor: How to find out what kind of user/group is returned?

I have a PeopleEditor: <SharePoint:PeopleEditor ID="peopleEdit" ... SelectionSet="User,DL,SecGroup,SPGroup" /> It works flawlessly on the page, i.e. I can select AD users, Sharepoint groups ...
1
vote
1answer
884 views

Create InfoPath instance from xsn template

I need a solution that create infopath instance form from xsn template existing on sharepoint server, i am using this approach but this extract template files on temp directory of server that maybe we ...
1
vote
2answers
6k views

ajax control toolkit & sharepoint 2010

I was trying to use ajax control toolkit in sharepoint 2010, but i get some errors. I found that the last release of the toolkit doesn't work with SP2010, so i downloaded the version 30930 found at ...
7
votes
9answers
4k views

Where to start learning SharePoint 2010?

I recently started at a new job where I'll be working with Sharepoint 2010 to set up (or actually upgrade) an intranet. Unfortunately, I have no experience with SP2010, and the last time I touched ...
6
votes
2answers
8k views

Getting members of an AD domain group using Sharepoint API

In my Sharepoint code I display a list of all defined users via: foreach (SPUser user in SPContext.Current.Web.AllUsers) { ... } The great part is, I can add a domain security group to a ...
13
votes
4answers
857 views

What does this Javascript code do?

I've been looking at Sharepoint script files and I've come across this bit that I don't get: function ULSTYE() { var o = new Object; o.ULSTeamName = "Microsoft SharePoint Foundation"; ...
6
votes
6answers
17k views

Could not load file or assembly '' or one of its dependencies

Any help please? I have only one library and it is driving me crazy. this is the error that I receive. I am not using any other dependancies. Could not load file or assembly 'FOD.Intranet.Lib, ...
5
votes
2answers
1k views

How do you hide a Powershell progress message?

I think Write-Progress is a rather beautiful Cmdlet. In fact Sharepoint makes use of it with its Start-SPAdminJob commandlet. All fine and dandy, the problem is that Start-SPAdminJob does not ...

1 2 3 4 5 15
15 30 50 per page