Quantcast
Channel: Dev42 – Scottie's Developer Blog
Browsing latest articles
Browse All 16 View Live

Image may be NSFW.
Clik here to view.

Code block not allowed in your SharePoint Master Page error

Code blocks are not allowed in this file I’m posting this now because I just ran into it for a second time, but had completely forgotten what the issue was when I googled it the first time.  So I’m...

View Article



Image may be NSFW.
Clik here to view.

Unbinding events using jQuery

Recently, I was trying to use jQuery’s .Unbind() function to remove an onclick event handler that was was being bound elsewhere, out of my control. (Basically I wanted to suppress a “click to add a new...

View Article

Image may be NSFW.
Clik here to view.

Make your custom web service work on a SharePoint server

So I had written a small web service that uses the SharePoint APIs (the DLLs, not the SP  web services) to update list items on a particular list.  In my dev environment inside visual studio, it works...

View Article

Image may be NSFW.
Clik here to view.

Don’t… Forget… the Admin.. Service… Jobs……..!

Seeing weird behaviour in your SharePoint installation after making changes and just can’t explain it?  Have you tried executing the admin service jobs yet??? For the unaware, that means running this...

View Article

Image may be NSFW.
Clik here to view.

T-SQL: Collapse multiple rows of SQL data into a single string

This posting may not be useful to anyone but me again in the future, but I needed to figure out how to take some text and other information from multiple rows of a table and combine them into a single...

View Article


Image may be NSFW.
Clik here to view.

Get SSRS Tablix headers to repeat on each page

This approach worked for me (from https://stackoverflow.com/questions/11285923/tablix-repeat-header-rows-on-each-page-not-working-report-builder-3-0): Open Advanced Mode in the Groupings pane. (Click...

View Article

Image may be NSFW.
Clik here to view.

Listing explicitly granted database persmissions (SQL Server)

I recently needed to know what explicit permissions had been granted to some tables and sprocs in one of my databases, and wasn’t able to find a way to do it through the SQL Management Studio UI.  So I...

View Article

Image may be NSFW.
Clik here to view.

Simulate collapsed borders with DIVs

I had a situation where I wanted to have a number of boxes, arranged in rows of up to 3, in a table-like layout, but using floated DIVs instead of a table.  The problem is, when you add borders around...

View Article


Image may be NSFW.
Clik here to view.

SQL Database moved to another server – how to fix orphaned logins

Last night I was on support for a software deployment that saw one of our databases being moved from a legacy server to our main production SQL Server cluster.  Once we did, the SQL login we had...

View Article


Protected: WordPress CRM Lead Gen Tester

This post is password protected. You must visit the website and enter the password to continue reading.

View Article
Browsing latest articles
Browse All 16 View Live


Latest Images