Rank: Newbie Groups: Member
Joined: 6/25/2007 Posts: 7
|
Is there a list of the changes between 2.7 (aspxlabs) and 3.1 (eo.web)?
The trouble I have is some times it errors, which makes locating what needs to change easy, eg ItemLooks has become LookItems, SlideMenu.FindItem now returns a different type, SlideMenu.CssClass can't be set in the ascx page, its now set in TopGroup.
Other ones are more sutble and could be missed such as AutoSelectMode has changed to AutoSelectSource. The trouble with this is asp.net does not produce and error for this, so it appears at first like the auto selection has simply failed.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
Hi Chris,
Unfortunately we did not assembly a complete list because 3.1 has completely changed due to two reasons:
1. The name has been changed. Thus results in the root namespace to be changed from AspxLab.WebControls to EO.Web;
2. The class hierarchy has changed. 2.7's architecture and almost all features remain, but due to expansion of our control set and feedback from users, we made some adjust. Many of them you have already observed;
If there is any specific property that you were used to in 2.7 and can not find in 3.0, please feel free to let us know. We will reply promptly.
Thanks
|