-
as seen on YBBest
- Search for 'YBBest'
When you develop SharePoint solution using code, you need to Dispose SPWeb appropriately to avoid memory Leaks. The general guideline for this are:
Dispose
Not to dispose
OpenWebEnumerating Webs or AllWebs
ParentWebRootWeb
SPWeb from SPContext
There are more rules than the one list above…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello
I am using a pageviewer webpart to display a .htm page which is present in a document library in sharepoint 2010.
It is asking me to download the page instead of diplaying in the page
But in MOSS 2007 it is working fine(I mean it is displaying in the page)
Please suggest me the solution
Thanks…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
We are creating a custom branded Master Page in SharePoint 2010. To make the page similar to a legacy page we have implemented an html based custom dropdown navigation menu we had in place directly on the Master Page (consisted of basic HTML elements ULs and LIs with A tags styled with a CSS class)…
>>> More
-
as seen on YBBest
- Search for 'YBBest'
Install solution to SharePoint Farm and activate Feature to a site collection
#Please specify the solution package path.
$SolutionPackagePath = “C:\ybbest\myForm.xsn”
Add-SPSolution -LiteralPath $SolutionPackagePath
#Please specify the site collection url.
$SiteCollectionUrl=”http://…
>>> More
-
as seen on YBBest
- Search for 'YBBest'
As the memory become really cheap now, a couple days ago I have updated my laptop memory to 12g. Plus I got my old desktop ,now I decide to build my own SharePoint farm at home. I decide to document the steps to build a simple SharePoint farm. I will use windows server 2008 r2 and VMware.
In the…
>>> More