microsoft.public.sharepoint.windowsservices.development
  Home FAQ Contact Sign in
microsoft.public.sharepoint.windowsservices.development only
 
Advanced search
September 2008
motuwethfrsasuw
1234567 36
891011121314 37
15161718192021 38
22232425262728 39
2930      40
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
microsoft ... development Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  Paging within Categories in a WSS 3 Blog does not work         


Author: radioroundup
Date: Sep 19, 2008 08:00

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 you'llI get "There are no
posts in the category". This happens on all Sharepoint blogs, yet if
you append the category to the URL it works. Any idea how to fix?
Heres a sample of the problem from the site of one of my favorite
bloggers, Michael Gannotti

Bad URL
http://sharepoint.microsoft.com/blogs/mikeg/Lists/Categories/Category.aspx?Paged...

Good URL (note addition of Category Name at End)
http://sharepoint.microsoft.com/blogs/mikeg/Lists/Categories/Category.aspx?Paged...

Any thoughts?
no comments
  Paging within Categories in a WSS 3 Blog does not work         


Author: mkeenan
Date: Sep 19, 2008 07:56

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 you'llI get "There are no
posts in the category". This happens on all Sharepoint blogs, yet if
you append the category to the URL it works. Any idea how to fix?
Heres a sample of the problem from the site of one of my favorite
bloggers, Michael Gannotti

Bad URL
http://sharepoint.microsoft.com/blogs/mikeg/Lists/Categories/Category.aspx?Paged...

Good URL (note addition of Category Name at End)
http://sharepoint.microsoft.com/blogs/mikeg/Lists/Categories/Category.aspx?Paged...

Any thoughts?
no comments
  iphone unclock         


Author: yui
Date: Sep 18, 2008 15:31

Hi friends,
if you want unlock iphone, all version, 1.1.1 to iPhone 3G + 2.0 , today you
can for 9 euros!! Go on http://www.fastunlockiphone.com or
http://www.iphoneunlockfast.com/
no comments
  iphone unlock 3g 2.0         


Author: yui
Date: Sep 18, 2008 15:29

Hi friends,
if you want unlock iphone, all version, 1.1.1 to iPhone 3G + 2.0 , today you
can for 9 euros!! Go on http://www.fastunlockiphone.com or
http://www.iphoneunlockfast.com/
no comments
  Central Admin. and SharePoint logon not working         


Author: Kebby
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
  SPField rendering in list view         


Author: Sean 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
  Re: Version Control of Content on Basic Pages         


Author: Steven 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
  Null Reference exception in getusagedata method         


Author: jeena
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
  How to create a document library view programmatically         


Author: Guido
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
  Fetching Sharepoint Themes from site         


Author: Maurice
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
1 2 3 4 5 6 7 8 9