I've got one of my sites going with ASP.NET 2.0.  The biggest hurdle was the user control problem which I solved with the prior post.  Now I just have my wishlist:

1) Atlas should be simple.  If I want to add a map (MS's Virtual Earth) to my page, it should take two seconds to do.  Tried it, only came up in IE.  Don't want to troubleshoot an alpha/beta piece of software.
2) Why can't the Body tag be accessed through the Page class?  I want to put a simple onLoad="shitHappens()" javascript method in the body tag.  Is that really so hard to do?  I mean, we got a Header with static methods and attributes, why not do the body?
3) I wanna add a CSS file to the page based on which component I'm using.  That is...if I add a Gridview to my page I want to add a Gridview.css file.  Sure, lets theme it up, but give me some basic simple ass functionality to do this.  Caveat: This one could have been in there, but I haven't really looked...too hard for it.

BLARF!