Tagged Questions
0
votes
0answers
191 views
SharePoint 2013 dynamic Navigation for Site
I am building a site in SP 2013 and have a question on the navigation.
Initially we will have 4 items in the global navigation as:
Page 1 Page 2 Page 3 Page 4
Now, based on the user selection, I ...
0
votes
3answers
272 views
Links Web Part in SharePoint 2010
I am trying to use SP 2010's links web part on my page. I want to show only Titles of my hyperlinks but under different headers. For Example i want to display 3 headers and under each header there are ...
0
votes
2answers
322 views
custom aspx page with default.master page CSS issue
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ItemDetails.aspx.cs" Inherits="namespacename" Debug="true" MasterPageFile="~/_layouts/default.master" %>
<%@ Assembly ...
1
vote
1answer
172 views
Workflow not starting on adding new item to list via a custom aspx page/form?
I am using FB Authentication and have a custom sign in page for Users(External) to request new accounts.
On request, their details are added to a custom list.
I have workflow on this custom list ...
2
votes
2answers
454 views
CAML query to retrieve the second set of three list items from the announcements list?
The CAML query to pull say 3 items based off of the following requirements seems pretty starightforward:
Title is not null
Expires(Expiry Date) is greater than or equal to Today
Order Created in ...
0
votes
1answer
168 views
“Allow Close” and a couple other options grayed out while trying to edit my custom web parts?
I have a few custom web parts on my home page. When I add users to the members group (contribute permissions) they seem to be able to delete them as well. I want them to be able to interact with them ...
-1
votes
3answers
171 views
get first 50 characters from richtextboxA to richtextboxB or textbox using visual webpart sharepoint 2010
I want to copy only first 5o characters from the richtextboxA to either a textbox or richtextboxB.... in a visual webpart ..the richtextboxA can have images,tables formating,html, blank spaces.. if it ...
0
votes
4answers
2k views
Event Reciever Custom Error Message Page Sharepoint List 2010
I am working on creating event receiver on a specific custom list using visual studio 2010. Below is the screenshot of the error message set on properties. ErrorMessage I'm interested in knowing ...
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"
...
8
votes
5answers
2k views
SharePoint 2010 custom 401 error page on authenticated site
I'm trying to create a custom 401 error page for my site. The setup is a SharePoint 2010 enterprise site with subwebs. The entire solution requires authentication (no anonymous access). I've tried ...