1. Open web.config;
2. Find PageParserPaths node;
3. Add the following PageParserPath none so that it looks like so:
<PageParserPaths>
<PageParserPath VirtualPath="/*" CompilationMode="Always" AllowServerSideScript="True" IncludeSubFolders="True" />
</PageParserPaths>
Total Pageviews
26 Jul 2013
15 Jul 2013
List of reusable SharePoint controls
Nice list of reusable SharePoint Controls:
http://community.zevenseas.com/Blogs/Robin/Lists/Posts/Post.aspx?ID=96
And more:
http://karinebosch.wordpress.com/sharepoint-controls/
SharePoint Field Controls:
http://www.hezser.de/blog/archive/2007/04/29/how-to-use-the-sharepoint-web-controls.aspx
http://community.zevenseas.com/Blogs/Robin/Lists/Posts/Post.aspx?ID=96
And more:
http://karinebosch.wordpress.com/sharepoint-controls/
SharePoint Field Controls:
http://www.hezser.de/blog/archive/2007/04/29/how-to-use-the-sharepoint-web-controls.aspx
25 Jun 2013
Failed to create term set: A default managed metadata service connection hasn't been specified.
Here is a problem that might occur when dealing with Managed Metadata Service when trying to set up a Taxonomy-based navigation:
To fix this problem go to Central Administration, select your Managed Metadata Service (the second one on the screenshot) and make sure "This service application is the defaul storage location for column specifit term sets" is selected:
Enabling HTML5 on SharePoint 2010 Master Page
This is the original article.
The steps are:
The steps are:
- Open your custom Master Page replace the existing DOCTYPE tag with the following HTML5 doctype: <!DOCTYPE html>
- Now look for the meta tag, X-UA-Compatible, found in the head section. It should look like: <meta http-equiv="X-UA-Compatible" content="IE=8" />
- Update the “content” value to "IE=Edge"
That's it! now you can use lots of CSS 3.0 and HTML5 features.
23 Jun 2013
Replacing InfoPath Forms in SharePoint – Do It Yourself! (Repost)
Here is a very nice article by Bjørn Furuknap on replacing InfoPath forms with HTML and JavaScript
\
You can start watching from 12th minute. It's where valuable stuff begins.
\
You can start watching from 12th minute. It's where valuable stuff begins.
Subscribe to:
Posts (Atom)


