Migrate ASP.NET 2.0 to final: part II

My first post about my experience "using final bits of ASP.NET 2.0" was a success story. http://weblogs.asp.net/hpreishuber/archive/2005/10/09/427047.aspx

Now i am running in my third issue, which is not visible at first view. The full list B2 to final changes (also RC1)

1) Datasource paramters are without original_ by default ( see my first blog entry)

2) BoundColumns FormatString {0:d} doesnt work without additional attribute  HtmlEncode="false" (default value was changed)

3) lifetime from permanent Login cookie was changed from 50 years to 20 minutes ( my fellow Olaf reported a bug http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx?feedbackid=3d3568a8-1000-430e-a3b8-40596bc7197d)

Changes are not always good!

  

No Comments