February 2010
Beginner
400 pages
11h 13m
English
There are a number of control enhancements and a couple of miscellaneous new controls as well.
The Wizard control now contains new templating functionality (LayoutTemplate).
In previous versions of ASP.NET, when a row was selected within a ListView (or GridView) and the user moved to another page, the selection was maintained on the next page. This can be bad news if you then use this selection to perform an action on the selected record.
ASP.NET 4.0 resolves this problem with the new EnablePersistedSelection property. If EnablePersistedSelection is set to True, then row selection is maintained using the data key of each item.
Another welcome change ...
Read now
Unlock full access