The process of developing software, including requirements gathering, solution design and analysis, implementation, testing, deployment, support and maintenance.
1
vote
1answer
49 views
SharePoint, LINQ & Reporting Services Tools
I'm new to SP and SSRS, so I want to check if my thoughts are correct.
Report Builder and BIDS suck on data retrieval so I have to go deeper using code.
Is it possible to write some code in C# using ...
1
vote
5answers
9k views
how to upload file to sharepoint doc library via c# application?
I need to upload files with specific information(custom fields) into sharepoint document library via custom windows application.
I have no idea how to do it, anyone has any examples how to do it ...
1
vote
1answer
361 views
Does Anyone Any freeware/open source PDF converter we can use with sharepoint 2007
We currently using Active PDF software in our farm, which converts documents into pdf and merge them using our K2 back end coding,
however I am looking for something easier, well doesn't matter even ...
1
vote
2answers
389 views
Deploying custom webservices
I am working on an old project, not currently used, that I pulled from our source backups. I have experience as a Sharepoint user but this is the first time I have been developing for or ...
1
vote
2answers
308 views
Disable value in dropdown menu after being selected
I have created a library in which i am using the drop down column with some values.These Values will depend on the group to which the user belongs.
For Eg.
If Drop Values are A, B , C, D, E
and ...
1
vote
2answers
1k views
Get document id after uploading it to SharePoint using the same web service
Does any one knows how to get the document id after uploading it to sharepoint using a single web service? So by using one call i can upload the document and get it's id.
I looked at Copy.asmx web ...
1
vote
3answers
205 views
What is best practice for deploying third party SharePoint 2007 solutions?
I want to know what to look for and what to do (both from a developer and IT admin point of view) before installing a third party solution into a SharePoint 2007 farm?
Is there a checklist that I ...
0
votes
1answer
107 views
User's Alerts always null
I've set the user alerts fine (I've even checked through the UI that they're there). But when it comes to accessing these Alerts the collection is always null:
I understand that the SPUser must be ...
0
votes
1answer
669 views
SP2010 Set Site Search Settings through code
I would like to use code behind to set the search settings of my site:
The Site Collection Search Center Url
Site Collection Search Dropdown Mode: Show Scopes Dropdown
Any ideas on how to ...
6
votes
4answers
346 views
What are the benefits of grabbing a list by Guid compared to any other way
I know its always best to access a list by its Guid since it won't ever change, compared to accessing a list by Title or Url, but what are the other benefits of grabbing a list by the Guid?
There ...
5
votes
5answers
3k views
How do you remove fields from a custom list in SharePoint that have been added via the 'Add from existing site columns' menu item?
I have a custom list, and I've added a 'Page Image' field by clicking on the 'Add from existing site columns' link on the Settings page for the list. I would now like to remove the field, but clicking ...
4
votes
0answers
74 views
Can you add comments to an append-only field in a list in Sharepoint 2010 using C#? [duplicate]
Possible Duplicate:
Can you programmatically add comments to an append-only comment field in a custom item list using C#?
Posted on stack exchange first, then I found this Sharepoint ...
4
votes
6answers
443 views
Does the level of effort justify using SharePoint 2010 as a public facing webportal?
I have a predicament in a project I'm currently involved in. Due to the nature of the project and the customer, I will not be able to disclose any detailed information regarding the actual project, ...
4
votes
4answers
2k views
Is SharePoint 2010 Server mandatory on Developers workstation?
I have been a Developer during the Classic VB/ASP days. I remember that we used have Client Tools (Visual Studio, SQL Enterprise Manager) on Developers Desktop and there used to be seperate high-end ...
3
votes
2answers
2k views
How do I change the Title column of a list programmatically?
The twist to this question is that I am using a localized site - the site is using the Norwegian Team Site template. Hence, the Title column is actually named "Tittel". Presumably, the following ...
3
votes
2answers
326 views
Regex Query Against FAST Search 2010
I'm looking for a way to do searches with FAST Search Server 2010 based on Regular Expressions.
For instance, I'd like to be able to use:
^\d{3}-\d{2}-\d{4}$
And have it return any content ...
3
votes
1answer
2k views
How to get the current site url in sharepoint
How to get the current site url in sharepoint,
I am using SPContext.Current.Site.Url but this returns package site url, if i create a new site in existing site and activate my feature in it, and call ...
3
votes
3answers
631 views
Securing usernames and passwords for external SQL DB
We want to ensure that we are following best practice around connecting to a custom database.
I'm not a developer as such so thought I would ask SharePoint Overflow :-).
We have several SharePoint ...
3
votes
2answers
452 views
Recommendations for SharePoint 2010 training?
I have a $2,000 training budget this year, so I'm looking for the best bang for the buck. The $2k would have to include travel, if any is required, and I'm based in Raleigh, NC. I would like to ...
2
votes
2answers
161 views
How to get changes from SP server 2010 in client object model?
Below is the code:
ClientContext context = new ClientContext("http://SPSite");
context.Credentials = new NetworkCredential("user", "pwd", "domain");
ChangeQuery cq = new ...
2
votes
1answer
123 views
Is there a way to only clear a specific item from the recycle bin?
I know I can empty the recycle bin for a site collection with the following:
public static bool EmptyRecycleBin(string siteCollection)
{
try
{
using ...
2
votes
3answers
1k views
How to Password Protect a SharePoint Object (Reassuring High Level Users That its secure)
Edit to clarify: The purpose of this isn't to replace SharePoint security or to add some extra super security or about trust in SharePoint, it is instead to consider something that is very much ...
2
votes
1answer
2k views
Does Update-SPSolution trigger a SPFeature.Upgrade()?
I'm looking into Feature versioning and upgrading in SharePoint 2010 and I don't know exactly if the Update-SPSolution cmdlet triggers a SPFeature.Upgrade().
Are <UpgradeActions> elements ...
2
votes
1answer
1k views
Why can't I update an SPView query?
I'm trying to update a SPView query, it doesn't give any error but it also doesn't update the property (SPView.Query). In SPManager 2007 it works with the resulting query of that code.
Can you spot ...
1
vote
1answer
47 views
Content DB not getting any permissions on web application created through central admin
I tried to create a Web Application using Central Admin. It created web app without displaying any error, I can browse site too after creating site collection and that, but content db got no ...
1
vote
1answer
90 views
InfoPath, and Calling a instation of Template InfoPath from Event Receiver
I want to call a form of InfoPath from Event Receiver. How Could I set a field infopath a Values, from Event Receivers to sets a Values on infopath fields which could I Validate and show or hide a ...
1
vote
1answer
228 views
CAML how tu change Query to get a Range from Date Start, to Date End
I have got a list with the specyfic column
Nazwisko | DataPoc | DataKon |
I'm made a procedure like You told me, but debbuger told me that it's not coming to the loop for.
string ...
1
vote
3answers
1k views
Redirect from ItemAdded event
I am using an ItemAdded event handler for doing some validation. If my validation fail is it possible to redirect the user to another page. Ideally it would be good to show the page in a dialog box.
...
1
vote
0answers
77 views
What are the must have tools when working with SharePoint? [duplicate]
Possible Duplicate:
List of SharePoint 2007 / WSS 3.0 development tools
When developing or administering SharePoint, what are the must have tools?
This question is intended to reference ...
1
vote
1answer
1k views
What cannot be developed for Sharepoint Server 2010 in 32-bit workstation? and in 64-bit workstation?
Before, I was developing remotely on Microsoft Sharepoint Server 2010 machine (Windows Server 2008 R2 Datacenter and all servers 64-bit) accessing it over internet through RDP from Windows XP SP3 ...
1
vote
0answers
235 views
Content Types not visible under New Button
I have a Sandboxed Custom Action for SharePoint Designer that can add Content Types to Document Libraries. The problem is that it does not automatically add it under the "New Document". It's not ...
1
vote
1answer
155 views
InfoPath form template not displaying in custom Application Page [duplicate]
Possible Duplicate:
SharePoint InfoPath formviewer part
I have a requirement for opening an InfoPath item from an InfoPath library in a custom application page. Here is the code:
...
1
vote
1answer
2k views
Set multiple values to Enterprise Keywords TaxonomyField
I want to programmatically set the values of the Enterprise Keywords Managed Metadata field. This field supports multiple values, but I can only get it to take one at a time.
I have the following ...
1
vote
3answers
507 views
Upload document to SharePoint document library using batch in C#
I want to know if i can upload a document to sharePoint document library using batch in C#.
I know how to update and delete it using batch, but i don't know how to upload it.
If i can't, what is the ...
0
votes
2answers
72 views
Custom action doesn't appear
I have an issue with custom action in SharePoint 2007, basically i have the following custom action declaration:
<Elements Id="CF60B88A-783A-44f8-A49D-43659AB51G7E" ...
0
votes
1answer
188 views
How to use your own custom ListItem template for Display, Edit, and New
I would like to use my own custom ListItem template. I also would like to overule the ListFieldIterator method to use some logica to include or exclude some fields dependance on user/usergroups:
...
0
votes
0answers
17 views
“Date” from splist wont show up in GrindView But The Title Shows up
<asp:GridView ID="GridViewNewsFeed" runat="server" AutoGenerateColumns="False"
EnableModelValidation="True" CellPadding="4" ForeColor="#333333"
GridLines="None" Width="150px">
...
0
votes
1answer
1k views
Feature activation error: System.InvalidOperationException: Operation is not valid due to the current state of the object
i have taken one List Email event receiver(Type is EmailReceived) and that event receiver attach with document library. when i am activate that feature got error.
i have check on ULS Viewer. error ...
0
votes
1answer
459 views
How to get count related Lookup value programmatically?
Another day, another question ;)
So, I have two custom Lists, "Attendees" and "Events". In the Events-List there's a Lookupfield "Registrations" which I want to fill programmatically on page_load. In ...
0
votes
2answers
262 views
How to get elements from essential List programmatically
I have gotten two lists (like a view) from Microsoft Dynamics CRM. How can I get a elements from these two lists to the C# Sharepoint code in .cs file. The Administrator of CRM told me that this lists ...
0
votes
2answers
236 views
How to send dynamic parameters in url of sharepoint modal dialog options
I have the following code for the javascript modal popup.
function ShowSearchBox() {
var options = {
title: "Search Here",
width: 760,
height: 380,
url: ...
0
votes
2answers
232 views
How to add a from lookup field value to the text
I think about how to add a from lookup value to the text ? How can I write it to another colum ? In the same list.
0
votes
1answer
83 views
TimerJob error missing public constructor
I have an issue on my SharePoint 2007 portal, where i created a custom TimerJob, but when I deploy it i get a message:
MyTimerJob cannot be deserialized because it does not have a
public default ...
0
votes
3answers
239 views
Webpart properties getting empty after IIS Reset
I created a custom visual user control webpart property for my SharePoint webpart. The property has a textbox which is getting empty after an IIS reset. Can anyone tell me how to solve this issue ...
0
votes
1answer
224 views
Rating's not being saved
Initially, I thought there was a problem with a control I've made to rate a document when I found that no documents appeared to be rated.
So last night I rated documents (approved and published) ...
0
votes
2answers
400 views
The type is not registered as safe “Custom Actions”
I am trying to create a custom actions using wsp builder, My folder structure is something like this,
Now when I try to deploy solution nothing comes up however I get this error in my ULS log,
...
0
votes
1answer
94 views
Refresh Site from Adding Item
Hello I tried refresh Site from Adding Item, but if I try too Use SPUtility.Redirect("http://gzawistowskilap/SitePages/Event.aspx", SPRedirectFlags.Trusted, current); it's giving me a error which in ...
0
votes
2answers
682 views
How to get items id in properties.AfterProperties elements?
I try this in ItemAdding, but it isn't work(Gives Null):
public override void ItemAdding(SPItemEventProperties properties)
{
base.ItemAdding(properties);
if ...
0
votes
1answer
137 views
Showing the tab on button click
Basically my questiong is regarding the ribbon.
So I want to have the following behaviour, when a person clicks on the button, the contextual ribbon tab should be opened.
Any idea how to do that?
I ...
0
votes
1answer
303 views
The file * has been modified by SHAREPOINT\system
In the current scenario I am trying to copy a document set from one library to another, the thing is I cant use DocumentSet.Import because I only need the docset properties and not the contents.
The ...



