ExtAspNet - a professional ASP.NET2.0 control library based on ExtJS, with complete AJAX support and rich interface effects
ExtAspNet is a set of professional ASP.NET2.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: IE7.0+, Firefox3.6+, Chrome3.0+, Opera10.5+, Safari3.0+ Authorization agreement: ApacheLicense2.0 (Apache) ExtAspNet is a set of professional Asp.net control libraries. Has 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.ExtAspNet2012-05-20v3.1.6 update: - Fixed the problem of using Grid1.DataKeyse.RowIndex in RowDataBound (believers).
+ Added configuration items EnableAjaxLoading and AjaxLoadingType to globally control whether to display Ajax prompts and the prompt style (swtseaman, Zhang Yi).
-Like other configuration items, it can be controlled from three levels (Web.config global level, PageManager page level and control level).
- Added example other/ajax_loading.aspx.
-Panel's IFrameUrl is # or about:blank, and iframe nodes will be generated immediately. Only when IFrameUrl is an empty string, iframe nodes will be generated delayed.
- Fixed an issue that occurred when placing a postbackable radio button list in the Grid's Toolbar and postback to rebind the Grid (multiple controls with the same ID "c6r0" were found) (magicyugi).
-Add the property ExpandAllRowExpanders to the Grid, and add the example grid/grid rowexpander expandall2.aspx.
-Add the attribute EnableTextSelection to Grid and add the example grid/grid_textselection.aspx (swtseaman).
+Corrected the error codes returned by BoxLayoutAlign during VBox layout, and unified them into Start, Center, Stretch, and StretchMax.
- Updated examples: layout/vbox.aspx, layout/hbox.aspx.
-Fixed the problem of duplicate drop-down list options added by ASPX tags when posting back non-AJAX pages (the same problem exists in RadioButtonList and CheckBoxList) (swtseaman).
-Add API documentation: http://doc.extasp.net/.