Although ASP.NET provides a great object model for handling Web Controls and HTML Controls, I often see code that creates HTML markup directly, by manipulating strings. An example: private string GetSomeHtml() { string html = "<A HREF=\" http://blogs.msdn.com/aribeiro\
Read More...