0
votes
2answers
19 views

filter with url: should be very easy but doesn't seem to work?

This is really weird as it seems so simple to me, but just won't work. myserver/site/lists/ExampleList/AllItems.aspx?ID=133 isn't this the basic url filter to only show that item? it does work ...
0
votes
0answers
102 views

Sharepoint 2010 Add Browse Button to make link to share location

We have files that are NOT within the sharepoint infrastructure and would like to link to them in certain lists. Is there a way that a user can edit a list item and add a URL to the share location by ...
4
votes
1answer
323 views

Change URL description programmatically in list C#

I have this list with artists that I manipulate with C#. I can get all te values of the list with this code part and change SPListItem listItem = properties.ListItem; SPWeb artistWeb = ...
1
vote
1answer
130 views

Link Title in list to value in URL column

I have a default custom list with 3 values: - Title - Description - URL What I'm trying to do is fill the Title with a name, fill the description with text and automatically create a page with the ...
1
vote
1answer
136 views

SharePoint & Protocol-Relative URL's

A common web development trick is to use protocol-relative URL's, i.e. we drop the scheme part of the URL, e.g. http, and based on the scheme of the page the URL's take will use that scheme. However ...
0
votes
1answer
292 views

Title link points to portal, not to list

I have an unusual problem. One of my SharePoint lists suddenly displays the title link differently, and we are not sure why. Let's say my SharePoint portal (WSS 3.0) is http://www.futility.com. My ...
0
votes
4answers
6k views

Adding Hyperlink with Description to SharePoint list in either datasheet view or Access Database synced with list

I have around 1400 records that I would like to import in SharePoint list and entering each URL manually with description doesn't make much sense. Is there any way I can import these URLs in either ...