Quantcast
Viewing all articles
Browse latest Browse all 2

Code Syntax Highlighter

Just finished implementing syntax highlighting on my blog. Here is an example:

protected void Page_Load(object sender, EventArgs e)
{
	Response.Redirect(Request.URL.ToString));
}

*Syntax Highlighting does not work in the RSS Feed


Viewing all articles
Browse latest Browse all 2

Trending Articles