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+ License agreement: ApacheLicense2.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. ExtAspNet2012-06-03v3.1.7 update: - Fixed the bug that the blue theme cannot be selected, and fixed the bug that AJAX cannot obtain the selected value when generating RadioButtonList in the background (swtseaman, Ximen Chuixue). +Add HtmlEncode and HtmlEncodeFormatString (TiDi) to Grid's BoundField, HyperLinkField, LinkButtonField, and WindowField. The default values of -HtmlEncode and HtmlEncodeFormatString are both true, so that the HTML tags in the field will be encoded and displayed. -These two properties have the same effect as the properties of the same name of the BoundField of the Asp.Net control GridView. -http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.boundfield.htmlencode -Add UrlEncode attribute to Grid's HyperLinkField and WindowField for URL encoding (default is true). - Fixed the bug that when the form size exceeds the page size, the title bar of the form is located outside the page (⑥A Tai⑥). - Add protection to IconHelper.GetResolvedIconUrl. If the passed parameters are Icon.None and String.Empty, an empty string will be returned. -Fixed the problem of misalignment when the pop-up form on the parent page is maximized. -Add SelectedRowIndex attribute to Grid to simplify the operation of single row selection. +Add the TextAlign attribute to all columns of the Grid to control the arrangement position of the text. By default, it is arranged on the left. -The arrangement position of the checkbox column is displayed on the left by default, and the example grid/grid_centercolumn.aspx is updated at the same time. - Add multi-header function to Grid, add examples /grid/grid groupheader.aspx and /grid/grid groupheader2.aspx (happy pig).