step by step to put Best Code Syntax Highlighter for Snippets in my aspx , asp.net c#

FlumeWeeflomE

New Member
I'm making an application(in asp.net c# ) where, i am putting some instruction to finish small task ( asp.net app for learning purpose to others, like personal technical blog)problem is , in wordpress or blogspot they have plugins to add a code sytanx highlighter,i want to put same way in my page, so when i run my app, i could see code in beautiful to understand others,i am not able to find way to do thatfor example when i run my aspx, i would like to see it like this : http://cflove.org/2010/09/how-to-build-a-lazyload-ondemand-load-with-jquery.cfm#ContactWidgeti know there are so many Code Syntax Highlighter on internet, problem is how to put pieces of code as sytanx Highlighter in aspx page ?let's says in html div , i want to hightlight this code : \[code\]<div> protected void Page_Load(object sender, EventArgs e) { } </div>\[/code\]
 
Back
Top