Skip to content

Instantly share code, notes, and snippets.

View ghulamostafa's full-sized avatar
:bowtie:
bowie

Ghulam Mustafa ghulamostafa

:bowtie:
bowie
View GitHub Profile
@priore
priore / gist:7163408
Created October 25, 2013 23:32
ASP.NET [C#] Redirect with post data
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Collections.Specialized;
using System.Text;
// ASP.NET [C#] REDIRECT WITH POST DATA
public static class WebExtensions
{