Tagged Questions
0
votes
1answer
21 views
Custom form with link to document
I have a custom form. In it I need to add a link to a document library. I need that this links works in the same way as a link in a document library (i.e. - when you click on it you have the option to ...
1
vote
1answer
58 views
Customizing discussions list in SP2013 with JsLink
I'm working on a community site and was looking at ways to modify UI of the discussion list that is presented to the user (and possibly more going forward).
It is my understanding according to the ...
3
votes
2answers
381 views
SharePoint 2010 how to customize display form using application page or code behind
I am working on a project that requires code behind in the dispform.aspx as well as the edit and new form. The reson being, I am synching to a web service, on view of an item, I want to make a sall ...
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:
...
1
vote
1answer
77 views
Multiple files upload to document library simultaneously & Custom property
I have a custom SharePoint 2007 document library which has a custom boolean column "Is it Important".
It works perfectly for all documents if I upload documents one by one regardless of if its a word ...
4
votes
2answers
1k views
JQuery Accordion with SharePoint 2010 Custom List
I have a FAQ custom list in Sharepoint 2010 with two columns: Question (title column renamed) and Answer.
I want to display the questions and answers from the sharepoint list in JQuery Accordion. ...
3
votes
1answer
109 views
Custom Action Safe Control 2007
In extension to this question of mine, If I put location of custom action as
"Location="Microsoft.SharePoint.StandardMenu"
it gives me error
Failed to create a control from assembly '', class ...
0
votes
2answers
88 views
Is it possible to programmatically write to 2 different lists at the same time?
So heres a conceptual question that I can't really find in any books. Is it possible to programmatically write to 2 different lists a the same time. I mean I think it is, but my code is not working ...
1
vote
1answer
376 views
Getting Web Template Not Found error while importing
I am importing a exported site with several sub-sites to a new Site Collection of its Own but getting following error
Start Time: 8/9/2012 9:32:31 AM.
Progress: Initializing Import.
...
1
vote
1answer
480 views
Lookup column of type “User” showing #ERR
I've defined two list definitions and instances in a feature in VS2010.
One list only contains a required field "Employee" which is of type User.
The second list has two fields, a simple text field ...
0
votes
1answer
263 views
Creating a Windows Gadget that gets populated from a Sharepoint List
I am trying to create a Windows Gadget for a Intranet site with hundred of sites & different groups with different permissions.
The intranet site is secured with SSL/https, I looked at google ...
1
vote
1answer
97 views
Deleting a Custom List Item using a custom field Name
Normally we delete a List item using following code,
using (SPSite site = new SPSite("http:web1/default.aspx"))
{
using (SPWeb web = site.OpenWeb())
{
...
1
vote
2answers
435 views
Click Event on a HyperLink in a webpart
Trying to add a click event to a hyperlink, but couldn't find any way except people using this code of line with some javascript,
HyperLink link = new HyperLink();
...
0
votes
1answer
86 views
Different Value of Lookup Field in different Views
here's the code
using (SPSite site = new SPSite("https://mysite.com/Ting/default.aspx"))
{
using (SPWeb web = site.OpenWeb())
{
SPList SourceList = ...
4
votes
1answer
220 views
Adding custom colours to the colour picker
Is it possible to add your own colours to the colour picker. If so how do you do so?
1
vote
1answer
29 views
How to code against the navigation area next to the site actions
I'm trying to create a custom navigation area. Is there a way to get a custom coded control/web part, ect in this area? Any advice would be greatly appreciated. I'm trying to get a "most visited" ...
1
vote
1answer
157 views
Add hyperlink to custom web part properties
I would like to add a hyperlink to a custom web part which will take the users to a web page on a new window with the configuration settings for the web part. If I try and add a text property as ...
1
vote
3answers
1k views
SharePoint InputFormTextBox saving values to sharepoint list
I am using a input form text box here is the tag
</asp:Label><SharePoint:InputFormTextBox
runat="server" ID="respRichTextBox" ValidationGroup="CreateCase" Rows="10" RichText="true"
...
2
votes
1answer
564 views
Custom sign out page, not removing cookies
In my custom login script I'm creating a cookie that can be read by other company web applications. The code for this is:
setCookie("Communities", "LoggedIn=true&NSContactId=" + NSContactId, ...
2
votes
2answers
526 views
Custom Homepage
I am adding a custom SharePoint homepage using a feature.
Everything is working fine, and the redirection is correct whenever i open the site, however the homepage does not load and i get the ...

