Hi,
I try with following code
string filecontent = File.ReadAllText(nodefullpath); string colorizedSourceCode = new CodeColorizer().Colorize(filecontent, Languages.Html); htmleditor.Text = colorizedSourceCode;
but i am unable to get the colored syntax. can you please provide a sample for the same.
Regards
gsknbabu