|
发表于 2007-3-23 10:01:00
|
显示全部楼层
A ASP.NET Sample
Here is a brief introduction:
The application consist of two parts which are the Application Menubar and the Gridview. The two parts are in the difference iframe so the Menubar only load once. Under the Ajax Frame which is called Anthem, collaborating with .Net platform and CSS, the GridView implements functions such as listing, editing, deleting, sorting and fileuploading without refreshing. In addition, fileupload in the GridView is not support by Anthem.net, I implement that by a little bit change to the Anthem.Net and using a hidden iframe to submit. By making use of YUI(Yahoo User Interface), the menubar is easily created.
File Structure:
Solution\Anthem-2005,Solution\Anthem: Ajax(Anthem) Source Code
Solution\BaseProject.PriceCenter.Web\Frame: Application Menubar Source
Solution\BaseProject.PriceCenter.Web\SysModule: GridView Source
Solution\BaseProject.PriceCenter.Web\Public\CSS: CSS File Source
Solution\BaseProject.PriceCenter.Web\Public\JS: Javascript Source
Solution\BaseProject.PriceCenter.Web\Public\YUI: YUI Source
|
|