|
|
Up |
|
|
  |
|
|
  |
|
|
  |
|
|
  |
|
|
  |
Author: KebbyKebby
Date: Sep 17, 2008 14:46
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
|
| |
|
no comments
|
|
  |
Author: Sean WitteSean Witte
Date: Sep 15, 2008 13:17
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 as a hyperlink, even when it's set up as a Photo in the column
configuration.
The requirement I have is to build a custom list view web part that includes
a property to show/hide the grid header row. The only way for me to duplicate
the content as it's rendered in the OOTB ListViewWebPart is to manually
handle each of the field subtypes and generate the HTML myself. Right now I'm
dumping the HTML from SPView.RenderAsHtml() into a StringBuilder and removing
the header row. I don't consider this an appropriate solution but I'm running
out of options.
The implementation of SPView.RenderAsHtml() is obfuscated so I can't examine
it with Reflector. A copy of that method implementation would be helpful.
|
| |
|
no comments
|
|
  |
Author: Steven ChengSteven Cheng
Date: Sep 15, 2008 02:41
Hi JStraub,
As for the version control scenario, do you mean you want to perform version
control for some certain page and content in a site when restoring it?
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
"JStraub" wrote in message
news:94B5A1BD-2B8E-45D2-84C7-15F4CEECFDE0@microsoft.com...
> 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
|
| |
|
2 Comments |
|
  |
Author: jeenajeena
Date: Sep 11, 2008 21:14
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.SharePoint.Administration.SPUsageReportType.user,Microsoft.SharePoint.Administration.SPUsagePeriodType.day,
12, dtValue);
GridView1.DataBind();
}
can u please help me please .i want it urgent
Thanks
jeena
|
| |
|
no comments
|
|
  |
Author: GuidoGuido
Date: Sep 11, 2008 12:06
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
all this programmatically, isn't it? The view is not more than an aspx file
in the view-folder of the document library. Thanks in advance for any helpful
information.
Kind regards,
|
| |
|
1 Comment |
|
  |
|
|
  |
Author: MauriceMaurice
Date: Sep 11, 2008 06:15
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 succesfull in
finding a method (or property) within the SDk.
Does someone have an idea if this is possible (and how)??
Regards,
Maurice
|
| |
|
1 Comment |
|
|
|
|
|
|