protected string StripHtml(string str) { return System.Text.RegularExpressions.Regex.Replace(str, @"(<[^>]+>)", ""); }