Moving from ASP.NET 1.1 to 2.0
|
The article you are reading has moved! It is now available at: http://blog.tinisles.com/2007/08/moving-from-asp-net-1-1-to-2-0/ |
- Request Validation - 2.0 picks up 'malicious' HTML even when it's escaped.
- ASP.NET 2.0 MasterPages and FindControl() - recursively searching for controls inside a masterpage.
- TextBox ReadOnly in ASP.NET v2.0 - populating a readonly textbox via script, the contents of the textbox don't get populated on the PostBack page.
- The Attributes property of a ListItem control only works within an HtmlSelect control - is no longer the case in 2.0 (even though "This behavior is by design" in 1.1).
Labels: asp.net