Quantcast
Channel: SharePoint Design & Branding » Master Page
Browsing latest articles
Browse All 5 View Live

JS for ajax postback in sharepoint

<script> function Load(){ Sys.WebForms.PageRequestManager.getInstance().add_endRequest(EndRequestHandler); }; function EndRequestHandler(){ xyz();// your js functions go here }; </script>...

View Article



Image may be NSFW.
Clik here to view.

Fix Long Quick Launch Flowing Over Footer

Here is an example where the left navigation is really long and floats on top of the custom footer:   <div id=”s4-bodyContainer”> <div id=”s4-mainarea”>         <div...

View Article

Conditional content for anonymous users with LoginView

Conditionally displaying content to anonymous users using the LoginView control is very simple. All you need to do is to add it to your Master Page/Page Layout and wrap the conditional content in the...

View Article

Adding a Footer to a v4 SharePoint 2010 Master Page

  Copyright © 2010 All Rights Reserved.Privacy Statement

View Article

SharePoint 2013 How to add HTML Master Page & Css with Design Manager

In SharePoint 2013 you can easily Use HTML Master page along with its CSS and Images for the look and feel of your sharepoint site. You do not need to work on SharePoint designer anymore. The new tool...

View Article

Browsing latest articles
Browse All 5 View Live




Latest Images