Extaspnet v2.1.0
Extaspnet is a set of professional Asp.net controls with native Ajax support and rich UI Effect
Which aim at no JavaScript, no CSS, no updatepanel and no WebServices.
Note: extaspnet bases on open source projects like extjs, htmlagilitypack, Nii. JSON, yuicompressor.
Open Source Project: http://extaspnet.codeplex.com/
Technical support: http://sanshi.cnblogs.com/
Examples online: http://extasp.net/(not available. Can anyone provide free hosting ?)
Release history:
+ 2009-09-06 v2.1.0
-The pressed attribute value of the button correctly reflects the client changes.
-Optimized the Ajax Implementation of the tree control.
+ Add the autocomplete = "off" attribute to the form on the page.
-Reference http://www.cnblogs.com/sanshi/archive/2009/09/04/1560146.html#1635830
+ Added support for all languages in extjs3.0.
-The extended multi-language packages of extaspnet are under the JS \ ages \ extaspnet directory. Currently, only en, zh_cn, and zh_tw are available.
-You can add your own language version to it, execute pack. Bat package under JS \ ages, and finally compile the project.
+ 2009-09-01 v2.0.9
-Add two static methods showinparent and getshowinparentreference to extaspnet. Alert for the pop-up window on the parent page.
+ Set attributes of the declared control (such as tabs (tabstrip), items (panelbase), and nodes (treenode) That must be displayed on the ASPX page )).
-This will affect all the aspx pages, so pay special attention to it.
-Rename accordionpanel to accordionpane (this is also the name used in Asp.net Ajax ).
+ By default, all panels have two set attributes (toolbars and items ).
-Although tabstrip, from, tree, and accordion inherit the items attribute, you cannot set it (in this case, items is read-only ).
-This will affect all the aspx pages. Be sure to separate toolbars from items.
-Happy birthday to you-Miss sister.
+ v2.0.8
-extaspnet supports multiple languages (EN, zh_cn, zh_tw) and can be modified in Web. config.
-convert all examples to English versions.
-Fixed a bug in the tree control (when defining the ings attribute ).
+ pagemanager. instance should exist in httpcontext. Current, rather than a global variable.
-the example in Asp.net compatibility cannot be completed due to this bug and has been fixed.
+ remove the addajaxaspnetcontrols method in pagemanager and add the ajaxaspnetcontrols attribute.
-this property is similar to the validateforms property of the button. You can view the example in Asp.net compatibility.