Migrating to 2.0 aspnet
http://msdn2.microsoft.com/en-us/library/1d3t3c61.aspx
"Under ASP.NET V1.1 persistent cookies do not time out, regardless of the setting of the timeout attribute. However, as of ASP.NET V2.0, persistent cookies do time out according to the timeout attribute."
This and the fact that all the page_load bindings will have to be removed are the most important changes when migrating from 1.1 to 2.0 aspnet.
HtmlForm.DefaultButton Property - new 2.0 feature
http://msdn2.microsoft.com/en-us/library/system.web.ui.htmlcontrols.htmlform.defaultbutton.aspx
"Under ASP.NET V1.1 persistent cookies do not time out, regardless of the setting of the timeout attribute. However, as of ASP.NET V2.0, persistent cookies do time out according to the timeout attribute."
This and the fact that all the page_load bindings will have to be removed are the most important changes when migrating from 1.1 to 2.0 aspnet.
HtmlForm.DefaultButton Property - new 2.0 feature
http://msdn2.microsoft.com/en-us/library/system.web.ui.htmlcontrols.htmlform.defaultbutton.aspx
Comments
Post a Comment