SharePoint Online!

I got an account to SharePoint Online (with mr Z’s song ringing in my head)! And of course you want to change to a new master page to get rid of the ugly boring usual interface. Easy. Just open SD and enter the URL to the site. Change to your customized master page and you …

Dropdown with URL in onchange

If you want to create a dropdown list with onchange event to dynamically go to selected URL then do this: Use Sharepoint DesignerInsert Data ViewSelect Show DataSelect which field that should be displayed in the drop-down listInsert DataViewData..StyleChange layout to “Drop-down view style”Click OKChange to Code view in DesignerPut the following code before the /head> …

Hide controls on a publishing page

When you build publishing pages in Sharepoint Designer you may want to hide some fields while it’s in read mode. I usually want to hide fields like “Archive date”, “Target group” and so on, and to do that you simply put them in an Edit panel. Now the fields are visible in edit mode, but …