Skip to content

Instantly share code, notes, and snippets.

@moppa
moppa / gist:6261500
Last active December 21, 2015 06:08
jQuery & JSON-P. Lägg till ?callback=?
===Hämta===
$j.getJSON("http://headers.jsontest.com/" + "?callback=?", null, function(data) {
console.log(data);
});
===Skicka===
@moppa
moppa / Reporting Services från MVC
Created April 29, 2013 10:23
Hur man anropar Reporting services från MVC.
Kräver referenser till:
Microsoft.ReportViewer.WebForms
Microsoft.ReportViewer.Common
För SQL Server 2008 R2 kör man version 10.0.0.0
================
using System;
using System.Collections.Generic;