Check here for the current working draft of obsoleted methods in Whidbey and complain to BradA.
The big change I noticed is most of the clientside functionality now hidden in System.Web.UI.Page is moved to the ClientScript class ( e.g. System.Web.UI.Page.RegisterStartupScript has become ClientScript.RegisterStartupScript(string key, string script) )