- Keys used by the PersistentProperty object now include the page path so as to avoid ambiguity amongst similarly named controls in different pages. - Modified methods associated with the server cookie to better use the shared ability. Update: Note that this version however is about to be replaced by the upcoming version 2.0b. One of the most noticeable changes in it are that classes Local and Var have been renamed to Storage and DynamicStore respectively. Classes representing primitive variable types like Local.Integer have also been removed in it since the counterpart DynamicStore<int> can be used instead. The latest changeset is available here: http://univar.codeplex.com/SourceControl/list/changesets
|