a modified piece of software
0
votes
1answer
203 views
Losing Custom Formats on a List/View
We created a custom list/view in SharePoint 2010. After we created the list/view we went into SharePoint Designer and changed the title of the view, the font color and size, etc.
Next we deployed ...
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 = ...
0
votes
1answer
68 views
Custom From Address in List Alerts
We are using host-named site collections in our environment sharing one web application. The problem is that when a user set alerts on their lists/items in their sites, they receive the alerts from ...
0
votes
1answer
91 views
Customized “add web part” user experience?
Are there viewable examples/demos somewhere of customized user experiences around the "add a web part to the page" workflow?
I've got a customer that wants a "more user-friendly" experience for users ...
0
votes
1answer
453 views
sharepoint 2010 cannot edit list item after approved
Working on a custom approval workflow, in which:
A form is filled out, and
Then the item is sent to an approver via email.
Approver views item, and chooses approve/reject from the ribbon.
Item steps ...
0
votes
1answer
564 views
Customizing SharePoint AspMenu control
I'm currently working on a project in which the navigation needs to have some special touches in order to fulfill the clients wishes.
Instead of the casual SharePoint topnavigation dropdown I want to ...
0
votes
0answers
152 views
Modify URL Of the my profile tabs (overview, … , … )when mysite is created
I would like to modify the URL of my profile tabs (Overview, content, Tags and Notes...) when the mysite is created.
Initially, If Person A Clicks on MySite it is going to create Person A MYSite and ...
0
votes
2answers
1k views
List item not being updated after edit
so I have a custom webpart on both the DispForm.aspx and EditForm.aspx which, on page load gets a list of all the fields in a SharePoint list and loops through each field and sets its display property ...
0
votes
1answer
90 views
0
votes
2answers
246 views
Hide link in Listview on Lookupfield
In my customList there are several lookups. They link to the sourcelists.
My question is:
How can I hide these links?
Thanks in advance
Stefan Hennicken
0
votes
2answers
105 views
Images do not show up on published pages
I created a new page layout from Publishing - Pages. From there I added an image report control on my page allowing users to upload a required picture for this particular kind of page.
When the page ...
-1
votes
3answers
170 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 ...
