home links tools blog about
home

« Hacking RDP connections to XP | Main | I've so got issues »

November 09, 2006

TrackBack

TrackBack URL for this entry:
http://www.typepad.com/services/trackback/6a00d8341ce4d453ef00d834fce6f869e2

Listed below are links to weblogs that reference ASP.NET 2.0 and IE Conditional Formatting:

Comments

Marc Brooks

Please consider using the @"xxx" form of string literals, which allows embedded newlines, you can also use single quotes instead of double quotes for attributes. Your init would be much clearer thus:

string conditionalText = @"
Line One
rel='stylesheet'
Line Three";

(Your won't let even escaped HTML-stuff but you get the point).

Verify your Comment

Previewing your Comment

This is only a preview. Your comment has not yet been posted.

Working...
Your comment could not be posted. Error type:
Your comment has been saved. Comments are moderated and will not appear until approved by the author. Post another comment

The letters and numbers you entered did not match the image. Please try again.

As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.

Having trouble reading this image? View an alternate.

Working...

Post a comment

Comments are moderated, and will not appear until the author has approved them.