ExtAspNet - a professional ASP.NET 2.0 control library based on ExtJS, with complete AJAX support and rich interface effects
ExtAspNet is a set of professional ASP.NET 2.0 control libraries based on ExtJS, with complete AJAX support and rich interface effects.
ExtAspNet is for creating website applications without JavaScript, without CSS, without UpdatePanel, without ViewState, without WebServices.
Supported browsers: IE 7.0+, Firefox 3.6+, Chrome 3.0+, Opera 10.5+, Safari 3.0+
License agreement: Apache License 2.0 (Apache)
ExtAspNet is a set of professional Asp.net control libraries with native AJAX support and rich UI effects. The goal is to create web applications without JavaScript, without CSS, without UpdatePanel, without WebServices.
Note: ExtAspNet is based on some open source programs, such as ExtJS, HtmlAgilityPack, Nii.JSON, YUICompressor.
+2012-08-18 v3.1.9
- Fixed the JS error in the other/addtab.aspx example and the error in using Tooltip in BoundField (Dennis_Liu).
+Fixed the problem that the string returned by Window's GetShowReference contains double quotes (︶ㄣ东东ㄣ,天蓝如空, Li Jianfei, Ke'er~).
-Although the returned JavaScript statement is fine, there will be problems if it is placed in HTML attributes.
-Fixed potential JavaScript issues that may occur when HtmlNodeBuilder handles characters such as double quotes.
- Fundamentally solve various problems that occur when there are single or double quotes in the client scripts of WindowField, LinkButton, HyperLink and other controls.
-Add dynamically created template column example grid/griddynamiccolumns2.aspx (big bird beats small bird).
-Fixed the issue where the button's Type setting to Reset is invalid. Note that what is reset is actually all the form controls on the page (Mr. e).
-Fixed the problem that the title of the confirmation dialog box in English still defaults to Chinese.
-Fixed the exception that occurred when assigning values to nullable int, short, and double attributes in the background (stone fish).
+Add two methods GetMaximizeReference and GetRestoreReference for Window control.
-A workaround to maximize the form after opening it: PageContext.RegisterStartupScript(Window2.GetShowReference() + Window2.GetMaximizeReference());
-Add English example http://demo.extasp.net/en/.
- Updated row layout, column layout and anchor layout examples.
-Added table export Excel file example.
- Added examples of using radio lists and check lists in table template columns.
-Improve the online documentation http://doc.extasp.net/.
-Expose the ConvertPropertiesToJObject and RecoverPropertiesFromJObject methods of ControlBase.
-Compatible with Asp.Net user control (UserControl) and added examples (Spring).
-Updated the sample framework and added a combination menu of accordion control and tree control (Huanzhida).
-Amend the automatic tree node ID generation rules to prevent naming conflicts caused by multiple tree controls on the page.
- Fixed the possibility that the script generated by the table WindowField may cause an error similar to x2 being undefined (a dream like life).
-In response to requests from netizens, the BoundField label of the table is removed when it is enabled and the prompt information is empty.
-Similar to the onReady function, add support for the onInit function, which is used to call before executing the page initialization script.
-Optimize checkbox lists and radio button lists to reduce the amount of code generated.
-Fixed the bug that CheckBoxList and RadioButtonList could not be updated in postback (Po Feng, Ji Ji, Fallen Leaf Flying Dust).
- Fixed the BUG that the page cannot be displayed when CheckBoxList and RadioButtonList are initially empty (Mr. e, Black Eyed Mimi, Yu Yang).
-Happy birthday to our little teacher in advance!