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 […]