Microsoft AJAX Library (Atlas) - Sys.StringBuilder appendLine(value)
Two things to note that tripped me up with the appendLine() method of the Sys.StringBuilder in the Microsoft AJAX Library.
- appendLine() will append a \r\n AFTER the line that is added, not create a new line (smack as my hand slaps my forehead).
- appendLine() does not currently work on an HTML page. This is because of the \r\n, which don't work on an html page.
This is pulled from: http://morewally.com/cs/blogs/wallym/archive/2006/09/13/347.aspx