SQl Server Management Studio doesn't show new lines in records.

We are storing in the database plain text messages formatted with new lines.
When it was required to update the message, my colleague used  SQL Server Management Studio to retrieve text in Grid View.
The text was shown as one long string without any newline separators. She copied the text to editor, updated it and use SQL Update statement to save the text back to the database row.
The problem was that all  new line formatting was lost.
SQL Server Management Studio  didn't indicate new lines and causes confusion to user.
I beleive that SQL Server 2000 enterprize manager showed multiple lines correctly
As a workaround(if user is aware of this behaviour) user can use "Output to Text", because text output handles new lines correctly.
Note: if you are using "Output to Text", don't forget to change in Tools/Options/Query Results/SQL Server/Results to Text Maximum Length of the output to 8192  to avoid output truncations. 
 
There are related active(!?) bugs since 17/04/2006 Data editor under "Open Table" does not properly support multi-line data and since 1/06/2005

Upgrade VS Web Site Project to be VS Web Application Project (WAP)

One of my colleagues wanted to upgrade VS 2005 Web Site Project to be VS 2005 Web Application Project.
Then we had an issue with non-compiling files from OLD_APP_CODE folder-they had Build Action as Content (see http://forums.asp.net/p/1065290/1743735.aspx#1743735)
 
And now I've read  Rick Strahl's post. VS 2008 doesn't have conversion wizard at all. The process has become fully manual-but well described in Rick's post From ASP Stock Projects to Web Application Projects in VS 2008
«November»
SunMonTueWedThuFriSat
2627282930311
2345678
9101112131415
16171819202122
23242526272829
30123456