How to access a linked SPListItem
Mon, 22 Sep 2008 12:23:02 -0700
I have a sharepoint list with a lookup field which can be linked to other
SPListItems in the same list.
Like this, 3 items in the SPList:
Title DependentItem (Type=lookup: Title (Linked to item)
-----------------------------------------
Item1
Item2 Item1
Item3 Item ...
|
Paging within Categories in a WSS 3 Blog does not work
Fri, 19 Sep 2008 08:00:54 -0700 (PDT)
I have experienced this problem on my blogs and have confirmed it is
an issue on nearly all public facing blogs I have found on the
internet. I am hoping someone at Microsoft can explain why Sharepoint
blogs don't support paging in categories. If you click the link for
the second page of posts within a category ...
|
Paging within Categories in a WSS 3 Blog does not work
Fri, 19 Sep 2008 07:56:35 -0700 (PDT)
I have experienced this problem on my blogs and have confirmed it is
an issue on nearly all public facing blogs I have found on the
internet. I am hoping someone at Microsoft can explain why Sharepoint
blogs don't support paging in categories. If you click the link for
the second page of posts within a category ...
|
Central Admin. and SharePoint logon not working
Wed, 17 Sep 2008 14:46:01 -0700
I have a standalone Microsoft SharePoint 3.0 Service. I am unable to logon to
Central Admin. and SharePoint when I am on it. Does anyone know how to why?
Kebby ...
|
SPField rendering in list view
Mon, 15 Sep 2008 13:17:01 -0700
Are the helper methods that WSS uses to render field content in list view
available outside of SPView.RenderAsHtml()? The GetFieldAsHtml() method on
SPField does not correctly generate the HTML used in the list view HTML
table. For example, a URL column represented as an SPFieldUrl object will
always render ...
|
Version Control of Content on Basic Pages
Sun, 14 Sep 2008 17:33:01 -0700
Hi,
Am I correct in thinking that there is no way to get WSS to
version control the content or a basic page (as even with force checkout
turned on and checking in and out) when you restore a previous version, it
still has the
same content ...
Thanks,
Jeremy ...
|
Null Reference exception in getusagedata method
Thu, 11 Sep 2008 21:14:00 -0700
i am working on a custom sharepoint usage report.i just work on getusagedata
method but it shows null reference exception.This is the code
using (SPweb =SPsite.OpenWeb())
{
System.DateTime dtValue = System.DateTime.Toda
dtValue = dtValue.AddDays(-1);
GridView1.DataSource
=SpWeb.GetUsageData(Microsoft.Sha ...
|
|
|
How to create a document library view programmatically
Thu, 11 Sep 2008 12:06:10 -0700
Hi there,
i would like to create a view from an existing document library
programmatically using a sharepoint feature. Is there a solution for that?
I'm thankful for any information. Furthermore, I would like to add some code
below the document library in the new created view. There must be a way to do
al ...
|
Fetching Sharepoint Themes from site
Thu, 11 Sep 2008 06:15:01 -0700
Hi,
I am trying to update the theme of a web programmatically and this works
fine via SPWeb.Applytheme method. For this you need to have the theme
(string) supplied.
I want to make this dynamic such that it is possible to select one of the
custom themes provisioned on the server. So far I am not yet su ...
|
Moving web part area from one page to another
Wed, 10 Sep 2008 18:47:01 -0700
Hi,
What I'm trying to do is to create an external page that is very similar to
an internal page but with a different master page file and without any of the
editing controls.
I was thinking that the best outcome would be to simply use the web parts
from the internal page on the external one. I was pl ...
|