Producing XHTML with ASP.Net
In the meanwhile, I've recently seen two separate developments which should hopefully reduce the pain of supporting XHTML within ASP.NET. Firstly, a colleague pointed me at the following article on the ASP.NET forums, which is from a company who are producing XHTML Strict 1.0 replacements of the standard server controls (thanks, Kieran!).
Secondly, I lately came across a clever trick for cleaning up the ViewState logic emitted by ASP.NET to be XHTML compliant. Well done to Charon for coming up with this trick. (Also see the posting on Scott Galloway's blog for another example).
The good news too is that Whidbey will be XHTML compliant.
Thanks Tim !