var sb = new StringBuilder(); mainDiv.RenderControl(new HtmlTextWriter(new StringWriter(sb))); string s = sb.ToString();