The process of developing software, including requirements gathering, solution design and analysis, implementation, testing, deployment, support and maintenance.
0
votes
2answers
48 views
Sharepoint Development Process Best Practices
I would like to ask some simple questions regarding the best practices of Sharepoint 2010 development process.
1) I am supposed to maintain and add new sites to an already installed Sharepoint site. ...
0
votes
0answers
32 views
Link in ECB menu 'Send To'
I have a small question regarding the poisition of the menu in "Send to" in EditControlBlock menu on an item.
Basically when you click over an item in document library or whatever you have a menu:
...
0
votes
1answer
130 views
Fetch data from Term Store Management in Sharepoint 2013
So I am wanting 3 different navigations and I only see how to add 2 though in the snippet area in Design Manager.
I am comfortable with C# but not very knowledgable in Sharepoint. Does anyone know ...
0
votes
0answers
15 views
Wrong attachment url when display on image control
First i'm saving the attachment to a list & the url to a db. But when i want to get the url from a db and show it on a image control i dont get the image to be shown.
...
0
votes
3answers
131 views
custom document library web part with shared documents
I've been struggling a lot to create custom web part that looks similar to "Document library" in share point. I've tried several approaches but finally figured out it.
Here's my piece of code:
// ...
0
votes
3answers
118 views
Custom List Form Will Not Deploy
A demo List Form using Visual Studio 2010 to test and experiment with a few things. Nothing at all was added inside the project. Functionality, etc, will be added later, but at this point it was ...
0
votes
1answer
22 views
About SPFolders & DocumentSets
I've been working in a feature for mi current project that involves folders. I've noticed that If you add files or subfolders to a folder and then you try to update the folder's metadata an exception ...
0
votes
0answers
22 views
Ideal Development and deployment environment for SharePoint
I have an intranet and extranet application. This got the features, sitedefinitions, control templates, site columns and some web parts. All these units are divided as two solutions.Branding is one ...
0
votes
0answers
17 views
Page_load postback false how to
I want to set pageload to not postback the whole SharePoint site. Is it possible and how do I solve it? Because every time I press a sender it updates the site?
0
votes
1answer
84 views
Appropriate List permissions and read/write using visual webpart
I am learning SharePoint and just learned how to develop Visual Webparts and read data through CAML and write data also. I have a portal where I have one site collection and under that site collection ...
0
votes
1answer
72 views
Iterating over user profiles in Sharepoint Online 2013
With the on-premise instance of SharePoint, I am able to call the GetUserProfileByIndex from the User Profile Service to iterate over user profiles. However, with SharePoint online 2013, I get the ...
0
votes
0answers
4 views
Seperate two listbox values
I'm working with a SP project there i want to save a CV. I don't really know how to do this step. Any suggestions?
0
votes
3answers
145 views
Link to a document of shared document library
My specifications:
Windows Server 2003
Visual Studio 2008
Windows Sharepoint Services 3.0
visual studio 2008 extension for Sharepoint services 3.0
I'm creating a web part with a SPGridView.
I ...
0
votes
0answers
5 views
I have got a program which I was wrie. How Could I do 5 instation of it in Visual Studio
I have got a Program, which I was write. How could i do diferent 5 or more Instation by Visual Studio. Hov Copy Event Receiver and difrent list. I want in production Server have got a very fast ...
0
votes
1answer
101 views
Sharepoint 2013 Site Title only show parent site
I have a team site and am using the Site Title snippet, but I don't want that changing to show my subsite titles. For example here is an example team site hierarchy we are using for our companies ...
0
votes
0answers
42 views
Documentation for SharePoint 2010 OOTB web controls
Often I have a needs to provide different customizations to list, libraries, webs via custom action, which opens custom application page (in modal dialog). I place on page controls to provide UI.
In ...
0
votes
2answers
329 views
How can i programmatically get the url of a “Page” located in “Pages” library? SharePoint 2010
I am building a site map using asp:TreeView control, the site map will show a structure consisting of the root site collection, subsites and pages.
I am note able to get the url of those pages so i ...
0
votes
0answers
107 views
Create user profile programmatically
I want to overwrite the existing user profile that are in sp with my own one.
public string AccountName { get; set; }
public string WorkPhone { get; set; }
public string Department { get; set; }
...
0
votes
1answer
173 views
Get all items with specific fields without query - SharePoint Client Object Model
Is it possible to get all items from a single list (getting specific fields) without using a CamlQuery? If I try to use context.Load(oList, ...), I can't use the Include method as the List class ...
0
votes
1answer
52 views
SharePoint Farm feature not deploying to all members
I have a SharePoint 2010 farm solution (with some timer jobs tied to SPTimerV4 and a LockType of None) that is not deploying it's GAC'ed DLL to all servers in the farm. This timer job must run on ...
0
votes
1answer
46 views
Gridview is not displaying
I have added a gridview in my Visual Studio project. The gridview is set to visible. After deploying the project the GridView is not displayed, but I don't know why. What can be the problem? I feel ...
0
votes
3answers
55 views
On ItemUpdating modify property
I have an issue, with this event. What my purpose is: i want to update one of the properties based on few criterias, so i want do fill a field A if field A is empty and the field B is not empty and ...
0
votes
1answer
493 views
Downloading files from sharepoint programmatically C#
I would like to know what are benefits/drawbacks when using either of these methods for downloading a document from Sharepoint
using Microsoft sharepoint library
public void Download(string ...
0
votes
0answers
57 views
Determine What Custom Site Template A Site Was Created From
Hey SharePointateers,
I've hit a problem I've given up on solving, so I've decided to cheat and ask here. If this doesn't work I might have to do something drastic like read a manual or something.
...
0
votes
1answer
161 views
Programmatically add new fetched properties to webpart
I have a webpart which I extend and i would like to programmatically add extra fetched properties to those that already exist, but I cannot succeed in that, maybe you could be of help to me.
So here ...
0
votes
2answers
30 views
When to use Release configuration in Visual Studio for SharePoint solutions?
The regular SharePoint solution development outputs mainly assemblies, which is deployed to GAC and used by other stuff (pages, webparts, controls, etc.). From googling I found that Release ...
0
votes
1answer
65 views
Fill the fields in new form for an item
I've came across a requirement where I need to fill some of the fields in newform.
So basically we start from view item, where we can see an existing item in a list, then we click something like move ...
0
votes
0answers
25 views
Is there any programmatic way to determine if a list has any relationships to other lists?
If list A has a SPFieldLookup to list B is there any thing in list B's SPList object to show the relationship with list A?
While I can flip through list A's fields and find the relationship to List B ...
0
votes
0answers
33 views
Formula Equation to effect drop down selection
I was curious if an equation like this can be done in SharePoint.
Three Columns
Status
Denied Date
Completed Date
The Status column has three drop down selections: Pending (Default), Denied and ...
0
votes
0answers
19 views
AccountManagement Namespace problem with RODC
I am creating a webpart in which I am writing a code to change active directory password of the current context user but I am getting this error:
Password couldn't be changed due to restrictions: ...
0
votes
2answers
50 views
Site column cannot be removed
How do i remove this column?
I did create a new Content Type with Title, Nickname and Comments columns. I DID NOT choose the "CommentID" column. But it still gets there, how do i remove the site ...
0
votes
1answer
80 views
Unique ID get selected list
How do i do so i can work on multiple lists? This works if i'm working with one list. (SPSiteDataQuery)
SPWeb web = SPContext.Current.Web;
SPList myList = web.Lists["Staff ...
0
votes
0answers
33 views
The Version History for a file in the library showing different “Modified By” Column
I am writing a tool to generate the versions of a file/page in the library. My Report should include the version number and the version created by/Modified by name.
While getting the modified by ...
0
votes
1answer
32 views
SpsiteDataquery update values to List by uniqueid
Were i dislay the title and date are a Gridview when pressing the title that uniqueid shows and the information are displayed, but also just to that UniqueId that i display i want to add Nickname ...
0
votes
0answers
36 views
Can I restrict the FieldRefs that Lists.getListItems returns to specified ones only?
I am using the Lists web-service interface to SharePoint 2010 to get the items in a list. I want each returned row to have the ID FieldRef of the item but no other FieldRefs.
I specify a view fields ...
0
votes
2answers
269 views
Sharepoint 2007 Powershell: $item.update() gives error that file has been modified
I am trying to programmatically update some metadata for a sharepoint item using powershell. Here is my code:
$web = getWebByURL("http://test-site/spadmin/")
$itm = $web.lists["Documents"].items[0]
...
0
votes
1answer
21 views
need support/materials for developing external lists with visual studio 2010
Up to now, I have mostly used Sharepoint designer to develop external content types and lists.
Due to the lack of source control and for other reasons, we would like to move the development process ...
0
votes
1answer
105 views
Why Item Updated and Item Added trigger together when we add a item to list (document library)
I have gone through hundred of articles over months but never understood as what could be the reason Item Updated and Item Added trigger together when we upload a item, even though if you try ...
0
votes
1answer
174 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
1answer
23 views
Checking if a list is consuming lookup value column or not
I have two lists,
List A [Document Number, Name, Title,...] (document library)
List B [Information Number, Name, Title, Document Number] (simple list)
Now List B is getting all documents from List ...
0
votes
1answer
40 views
Optional Parameters in C# at Sharepoint
How Could I set optional parameters when programing in sharepoint. Now I'm while debuging getting error:
Feature 'optional parameter' cannot be used because it is not part of the 3.0 C# language ...
0
votes
0answers
40 views
SpSiteDataQuery getitemsbyid
how should i use a id when using SPSiteDataQuery, i want to get selected item från gridview were i have tre lists.??
SPWeb web = SPContext.Current.Web;
SPSiteDataQuery query = new ...
0
votes
0answers
30 views
Detailsview textboxes to button gridview
code for
<asp:DetailsView ID="CommentDetailsview" runat="server" DefaultMode="Insert" AutoGenerateRows="False"
Height="50px" Width="125px">
<Fields>
...
0
votes
0answers
28 views
GridView linkbutton with query
How should i write this code
protected void LinkButton1_Click(object sender, EventArgs e)
{
SPWeb web = SPContext.Current.Web;
SPSiteDataQuery query = new SPSiteDataQuery();
...
0
votes
0answers
71 views
Get RowIndex In GridView RowCommand Event Using DataKey
protected void OnRowCommand(object sender, GridViewCommandEventArgs e)
{
if (e.CommandName == "Show")
{
int index = Convert.ToInt32(e.CommandArgument);
int documentID = ...
0
votes
0answers
41 views
send values from textboxes in detailsview to gridview
send values from detailsview with two textboxes when pressing button and display i gridview
<Fields>
<asp:TemplateField HeaderText="Name" > ...
0
votes
0answers
31 views
send values from two textboxes to gridview using this query how to
protected void Button2_Click(object sender, EventArgs e)
{
SPWeb web = SPContext.Current.Web;
SPSiteDataQuery query = new SPSiteDataQuery();
...
0
votes
0answers
123 views
UPS Sync started from powershell script / web service
I have a web service that is kicked off from a workflow. The web service runs a powershell script that kicks off the User Profile Synchronization job.
The powershell script works perfectly if I run ...
0
votes
0answers
73 views
Authenticate Site Minder using httpwebrequest and httpwebresponse
We are trying to authenticate the site Minder by using httpWebRequest and httpWebResponse and read the cookies. But we are unable to get the cookies
string url = "https://xxxx/login.jsp";
...
0
votes
1answer
21 views
Displays two urls one link and desciption how to solve
My column in the list has this values
Links Type the Web address: (Click here to test)
<asp:HyperLinkField DataNavigateUrlFields="Links" DataTextField="Links"
...


