Web

所属分类:.net编程
开发工具:ASP
文件大小:20138KB
下载次数:6
上传日期:2012-08-24 09:14:22
上 传 者孤独的行者
说明:  该网站是网上书店系统,包括用户登录,注册,管理员登录,对用户管理,订单管理,购物车等等
(The site is the online bookstore system, including user login, registration, administrator login, user management, order management, shopping cart, etc.)

文件列表:
Web\Account\ChangePassword.aspx (4442, 2012-04-25)
Web\Account\ChangePassword.aspx.cs (341, 2012-04-25)
Web\Account\ChangePassword.aspx.designer.cs (831, 2012-04-25)
Web\Account\ChangePasswordSuccess.aspx (500, 2012-04-25)
Web\Account\ChangePasswordSuccess.aspx.cs (348, 2012-04-25)
Web\Account\ChangePasswordSuccess.aspx.designer.cs (465, 2012-04-25)
Web\Account\Login.aspx (3064, 2012-04-25)
Web\Account\Login.aspx.cs (461, 2012-04-25)
Web\Account\Login.aspx.designer.cs (1150, 2012-04-25)
Web\Account\Register.aspx (5688, 2012-04-25)
Web\Account\Register.aspx.cs (903, 2012-04-25)
Web\Account\Register.aspx.designer.cs (1191, 2012-04-25)
Web\Account\Web.config (347, 2012-04-25)
Web\Admin\AddBook.aspx (8872, 2012-05-11)
Web\Admin\AddBook.aspx.cs (3606, 2012-05-11)
Web\Admin\AddBook.aspx.designer.cs (11612, 2012-05-11)
Web\Admin\AddBooksCatagory.aspx (3285, 2012-05-06)
Web\Admin\AddBooksCatagory.aspx.cs (3897, 2012-05-06)
Web\Admin\AddBooksCatagory.aspx.designer.cs (3904, 2012-05-06)
Web\Admin\admin.Master (19471, 2012-04-28)
Web\Admin\admin.Master.cs (334, 2012-04-25)
Web\Admin\admin.Master.designer.cs (2604, 2012-04-27)
Web\Admin\AdminLogin.aspx (7496, 2012-04-28)
Web\Admin\AdminLogin.aspx.cs (2057, 2012-05-06)
Web\Admin\AdminLogin.aspx.designer.cs (1859, 2012-04-26)
Web\Admin\admin_menu.xml (862, 2012-05-03)
Web\Admin\BookDetail.aspx (17544, 2012-05-11)
Web\Admin\BookDetail.aspx.cs (4594, 2012-05-10)
Web\Admin\BookDetail.aspx.designer.cs (814, 2012-05-04)
Web\Admin\CheckOrders.aspx (3456, 2012-05-06)
Web\Admin\CheckOrders.aspx.cs (4063, 2012-05-11)
Web\Admin\CheckOrders.aspx.designer.cs (3220, 2012-05-06)
Web\Admin\css\css.css (2507, 2012-04-27)
Web\Admin\css\GridView.css (1542, 2012-04-26)
Web\Admin\css\IndexCss.css (163, 2012-04-26)
Web\Admin\Default.aspx (516, 2012-05-06)
Web\Admin\Default.aspx.cs (571, 2012-05-11)
Web\Admin\Default.aspx.designer.cs (804, 2012-05-06)
Web\Admin\js\IndexJs.js (2749, 2012-05-04)
Web\Admin\ListAllUsers.aspx (4741, 2012-05-10)
... ...

For furhter installation instructions, please visit http://wiki.freetextbox.com/ ********************************************* Requirements: ********************************************* - .NET Framework 1.1, 2.0, or 3.5 - IIS 5.0, 6.0, 7.0 ********************************************* Installation of dll ********************************************* 1. Copy the appropriate FreeTextBox.dll from Framework-X.X into your /bin/ folder 2. If you have a license file, copy FreeTextBox.lic into the /bin/ folder next to FreeTextBox.dll ********************************************* Installing the FreeTextBox support files ********************************************* FreeTextBox uses JavaScript, images, and xml files. To correctly install FreeTextBox, you must install these files. FreeTextBox has two ways of accessing these files: 1. Internal Resources - All the images, javascript and xml can be streamed from inside the FreeTextBox.dll. In ASP.NET 2.0 these files are automatically pulled from the FreeTextBox.dll. In ASP.NET 1.x, you need to add the following httpHandler to web.config: If you are attempting to use this method and having trouble, please view the source code of your page and see where FtbWebResource.axd is being referenced. If it appears incorrect, please set FreeTextBox.AssemblyResourceHandlerPath to the appropriate directory where you have set your web.config. 2. External Files - If you prefer not to use the internal JavaScript and image resources you can also have FreeTextBox link to external files which default to ~/aspnet_client/FreeTextBox/. To use this, you need to do the following: - Tell FreeTextBox which kind of files to look for external resources: JavaScriptLocation=ExternalFile, ToolbarImages=ExternalFile, ButtonImagesLocation=ExternalFile - Set the SupportFolder property of your FreeTextBox instance to the directory where you copied the files. For example, if your website is stored at www.mysite.com/FreeTextBoxFiles/, you should set SupportFolder="/FreeTextBoxFiles/". ********************************************* Using FreeTextBox ********************************************* To add FreeTextBox to an ASP.NET page, do the following: 1. Add the following line to the top of your page: <%@ Register TagPrefix="FTB" Namespace="FreeTextBoxControls" Assembly="FreeTextBox" %> 2. Add the following code between
tags: ********************************************* Customizing FreeTextBox ********************************************* FreeTextBox has as default set of buttons and dropdownlists in its toolbars. If you would like to customize the buttons, there are three methods you can use. 1. ToolbarLayout String This property accepts a string of ToolbarItem names. Use commas ( , ) to separate items. A pipe ( | ) will insert a ToolbarSeparator and a semicolon ( ; ) will start a new Toolbar. The default way to configure toolbars is to use use the propery ToolbarLayout Valid values for ToolbarButtons and ToolbarDropDownLists are ParagraphMenu, FontFacesMenu, FontSizesMenu, FontForeColorsMenu, FontForeColorPicker, FontBackColorsMenu, FontBackColorPicker, Bold, Italic, Underline, Strikethrough, Superscript, Subscript, InsertImageFromGallery, CreateLink, Unlink, RemoveFormat, JustifyLeft, JustifyRight, JustifyCenter, JustifyFull, BulletedList, NumberedList, Indent, Outdent, Cut, Copy, Paste, Delete, Undo, Redo, Print, Save, ieSpellCheck, StyleMenu, SymbolsMenu, InsertHtmlMenu, InsertRule, InsertDate, InsertTime, WordClean, InsertImage, InsertTable, EditTable, InsertTableRowBefore, InsertTableRowAfter, DeleteTableRow, InsertTableColumnBefore, InsertTableColumnAfter, DeleteTableColumn, InsertForm, InsertForm, InsertTextBox, InsertTextArea, InsertRadioButton, InsertCheckBox, InsertDropDownList, InsertButton, InsertDiv, InsertImageFromGallery, Preview, SelectAll, EditStyle The following values are only available in Pro versions of FreeTextBox (or if running on localhost) FontForeColorPicker, FontBackColorPicker, EditTable InsertTableRowAfter, DeleteTableRow, InsertTableColumnBefore, InsertTableColumnAfter, DeleteTableColumn, InsertForm, InsertForm, InsertTextBox, InsertTextArea, InsertRadioButton, InsertCheckBox, InsertDropDownList, InsertButton, InsertDiv, Preview, SelectAll, EditStyle, WordClean 2. Procedurally You can define which toolbar items appear by adding ToolbarItems in much the same way that one would add DataGrid Columns to a DataGrid. In order to do this, set AutoGenerateToolbarLayoutFromString=false:
3. Code (Page_Load or Code Behind) ToolbarButtons and ToolbarDropDownLists can also be set through code. You should set the property AutoGenerateToolbarsFromString to false if you want only the ToolbarItems you define.

近期下载者

相关文件


收藏者