实例介绍
一个利用c#编写的简单的BBS系统源代码,初学者可看。。
【实例截图】
【核心代码】
4744302543290165431.rar
└── BBS
├── App_Data
├── baby.aspx
├── baby.aspx.cs
├── BackMan.aspx
├── BackMan.aspx.cs
├── BBS_log.ldf
├── BBS.mdf
├── Bin
│ ├── Refresh.Web.FreeTextBox.dll
│ └── Refresh.Web.FreeTextBox.dll.refresh
├── CardAdmin.aspx
├── CardAdmin.aspx.cs
├── Card.aspx
├── Card.aspx.cs
├── DD.aspx
├── DD.aspx.cs
├── Detials.aspx
├── Detials.aspx.cs
├── download.aspx
├── download.aspx.cs
├── File
│ ├── 5.png
│ ├── NET.doc
│ ├── people014.wmf
│ ├── TP1.ppt
│ ├── 日报.doc
│ ├── 漂亮卡通图片壁纸.rar
│ └── 英语.doc
├── Global.asax
├── index.aspx
├── index.aspx.cs
├── index.html
├── mother.master
├── mother.master.cs
├── MyResp.aspx
├── MyResp.aspx.cs
├── refresh_web
│ ├── ftb-debug.js
│ ├── ftb.js
│ ├── languages
│ │ ├── ca-CA.js
│ │ ├── ca-CA.xml
│ │ ├── ca-ES.js
│ │ ├── ca-ES.xml
│ │ ├── cs-CZ.js
│ │ ├── cs-CZ.xml
│ │ ├── da-DK.js
│ │ ├── da-DK.xml
│ │ ├── de-DE.js
│ │ ├── de-DE.xml
│ │ ├── en-US.js
│ │ ├── en-US.xml
│ │ ├── es-ES.js
│ │ ├── es-ES.xml
│ │ ├── fi-FI.js
│ │ ├── fi-FI.xml
│ │ ├── fr-FR.js
│ │ ├── fr-FR.xml
│ │ ├── he-IL.js
│ │ ├── he-IL.xml
│ │ ├── hu-HU.js
│ │ ├── hu-HU.xml
│ │ ├── it-IT.js
│ │ ├── it-IT.xml
│ │ ├── ja-JP.js
│ │ ├── ja-JP.xml
│ │ ├── ko-kr.js
│ │ ├── ko-kr.xml
│ │ ├── Languages.js
│ │ ├── Languages.xml
│ │ ├── nb-NO.js
│ │ ├── nb-NO.xml
│ │ ├── nl-NL.js
│ │ ├── nl-NL.xml
│ │ ├── pl-PL.js
│ │ ├── pl-PL.xml
│ │ ├── pt-BR.js
│ │ ├── pt-BR.xml
│ │ ├── pt-pt.js
│ │ ├── pt-pt.xml
│ │ ├── ro-RO.js
│ │ ├── ro-RO.xml
│ │ ├── ru-ru.js
│ │ ├── ru-ru.xml
│ │ ├── sv-se.js
│ │ ├── sv-se.xml
│ │ ├── tr-TR.js
│ │ ├── tr-TR.xml
│ │ ├── tt-TT.js
│ │ ├── tt-TT.xml
│ │ ├── zh-cn.js
│ │ ├── zh-cn.xml
│ │ ├── zh-TW.js
│ │ └── zh-TW.xml
│ ├── popups
│ │ ├── blank.html
│ │ ├── image.html
│ │ ├── link.html
│ │ ├── popups.css
│ │ ├── pro-boxstyles.html
│ │ ├── pro-filegallery.html
│ │ ├── pro-insertcode.html
│ │ └── pro-wordpaste.html
│ ├── prototype.js
│ ├── src
│ │ ├── BrowserInfo.js
│ │ ├── CodeEditor.js
│ │ ├── Console.js
│ │ ├── EditorCommands.js
│ │ ├── Floatie.js
│ │ ├── FreeTextBox.js
│ │ ├── HtmlCleaner.js
│ │ ├── HTML.js
│ │ ├── Localization.js
│ │ ├── Namespace.js
│ │ ├── plugins-colorpicker.js
│ │ ├── plugins-extras.js
│ │ ├── plugins-form.js
│ │ ├── plugins-paste.js
│ │ ├── plugins-styles.js
│ │ ├── plugins-symbol.js
│ │ ├── plugins-tables.js
│ │ ├── pro-colorpicker.js
│ │ ├── pro-extras.js
│ │ ├── pro-form.js
│ │ ├── pro-paste.js
│ │ ├── pro-styles.js
│ │ ├── pro-symbol.js
│ │ ├── pro-tables.js
│ │ ├── Startup.js
│ │ ├── ToolbarItemTypes.js
│ │ ├── Toolbar.js
│ │ ├── Utility.js
│ │ └── Windows.js
│ └── themes
│ ├── office11
│ │ ├── images
│ │ │ ├── bold.gif
│ │ │ ├── bulletedlist.gif
│ │ │ ├── button.bg.highlight.gif
│ │ │ ├── button.bg.on.gif
│ │ │ ├── button.bg.over.gif
│ │ │ ├── buttons.gif
│ │ │ ├── buttons.png
│ │ │ ├── clear.gif
│ │ │ ├── combobox.arrow.gif
│ │ │ ├── combobox.arrow.over.gif
│ │ │ ├── combobox.item.over.gif
│ │ │ ├── copy.gif
│ │ │ ├── createlink.gif
│ │ │ ├── csharp.gif
│ │ │ ├── cut.gif
│ │ │ ├── deletetablecolumn.gif
│ │ │ ├── deletetablerow.gif
│ │ │ ├── dropbutton.bg.normal.gif
│ │ │ ├── dropbutton.bg.over.gif
│ │ │ ├── editcssproperties.gif
│ │ │ ├── edittablecell.gif
│ │ │ ├── edittable.gif
│ │ │ ├── edittablerow.gif
│ │ │ ├── filegallery.gif
│ │ │ ├── fontbackcolorpicker.gif
│ │ │ ├── fontforecolorpicker.gif
│ │ │ ├── iespellcheck.gif
│ │ │ ├── indent.gif
│ │ │ ├── insertbutton.gif
│ │ │ ├── insertcheckbox.gif
│ │ │ ├── insertdate.gif
│ │ │ ├── insertdiv.gif
│ │ │ ├── insertdropdownlist.gif
│ │ │ ├── insertform.gif
│ │ │ ├── insertimagefromgallery.gif
│ │ │ ├── insertimage.gif
│ │ │ ├── insertlistbox.gif
│ │ │ ├── insertradiobutton.gif
│ │ │ ├── insertrule.gif
│ │ │ ├── inserttablecolumnafter.gif
│ │ │ ├── inserttablecolumnbefore.gif
│ │ │ ├── inserttablecolumn.gif
│ │ │ ├── inserttable.gif
│ │ │ ├── inserttablerowafter.gif
│ │ │ ├── inserttablerowbefore.gif
│ │ │ ├── inserttablerow.gif
│ │ │ ├── inserttextarea.gif
│ │ │ ├── inserttextbox.gif
│ │ │ ├── inserttime.gif
│ │ │ ├── italic.gif
│ │ │ ├── justifycenter.gif
│ │ │ ├── justifyfull.gif
│ │ │ ├── justifyleft.gif
│ │ │ ├── justifyright.gif
│ │ │ ├── mergecells.gif
│ │ │ ├── mergecolumns.gif
│ │ │ ├── mergerows.gif
│ │ │ ├── mode.code.gif
│ │ │ ├── mode.design.gif
│ │ │ ├── netspell.gif
│ │ │ ├── numberedlist.gif
│ │ │ ├── outdent.gif
│ │ │ ├── paste.gif
│ │ │ ├── preview.gif
│ │ │ ├── print.gif
│ │ │ ├── redo.gif
│ │ │ ├── removeformat.gif
│ │ │ ├── save.gif
│ │ │ ├── selectall.gif
│ │ │ ├── separator.horizontal.gif
│ │ │ ├── separator.vertical.gif
│ │ │ ├── spellcheck.gif
│ │ │ ├── splitcell.gif
│ │ │ ├── splitcells.gif
│ │ │ ├── strikethrough.gif
│ │ │ ├── subscript.gif
│ │ │ ├── superscript.gif
│ │ │ ├── switchmode.gif
│ │ │ ├── Thumbs.db
│ │ │ ├── toolbar.horizontal.background.gif
│ │ │ ├── toolbar.horizontal.end.gif
│ │ │ ├── toolbar.horizontal.start.gif
│ │ │ ├── toolbar.vertical.background.gif
│ │ │ ├── toolbar.vertical.end.gif
│ │ │ ├── toolbar.vertical.start.gif
│ │ │ ├── underline.gif
│ │ │ ├── undo.gif
│ │ │ ├── unlink.gif
│ │ │ ├── wordclean.gif
│ │ │ └── wordcount.gif
│ │ ├── style.css
│ │ └── style-floatie.css
│ ├── office12
│ │ ├── images
│ │ │ ├── allcaps.png
│ │ │ ├── bold.gif
│ │ │ ├── bulletedlist.gif
│ │ │ ├── button.bg.gif
│ │ │ ├── button.bg.highlight.gif
│ │ │ ├── button.bg.normal.gif
│ │ │ ├── button.bg.over.gif
│ │ │ ├── button.bg.overon.gif
│ │ │ ├── clear.gif
│ │ │ ├── combobox.arrow.gif
│ │ │ ├── combobox.arrow.over.gif
│ │ │ ├── combobox.item.over.gif
│ │ │ ├── copy.gif
│ │ │ ├── createlink.gif
│ │ │ ├── cut.gif
│ │ │ ├── deletetablecolumn.gif
│ │ │ ├── deletetablerow.gif
│ │ │ ├── dropbutton.bg.normal.gif
│ │ │ ├── dropbutton.bg.over.gif
│ │ │ ├── editcssproperties.gif
│ │ │ ├── filegallery.gif
│ │ │ ├── floatie_button.bg.highlight.gif
│ │ │ ├── floatie_button.bg.over.gif
│ │ │ ├── fontbackcolorpicker.gif
│ │ │ ├── fontforecolorpicker.gif
│ │ │ ├── freetextbox.css
│ │ │ ├── fullscreen.gif
│ │ │ ├── greekkeyboard.gif
│ │ │ ├── hebrewkeyboard.gif
│ │ │ ├── indent.gif
│ │ │ ├── insertimage.gif
│ │ │ ├── insertrule.gif
│ │ │ ├── inserttablecolumnafter.gif
│ │ │ ├── inserttablecolumnbefore.gif
│ │ │ ├── inserttablecolumn.gif
│ │ │ ├── inserttable.gif
│ │ │ ├── inserttablerowafter.gif
│ │ │ ├── inserttablerowbefore.gif
│ │ │ ├── inserttablerow.gif
│ │ │ ├── italic.gif
│ │ │ ├── justifycenter.gif
│ │ │ ├── justifyfull.gif
│ │ │ ├── justifyleft.gif
│ │ │ ├── justifyright.gif
│ │ │ ├── mergecells.gif
│ │ │ ├── mergecolumns.gif
│ │ │ ├── mergerows.gif
│ │ │ ├── modal.closebutton.gif
│ │ │ ├── modal.topbar.gif
│ │ │ ├── mode.code.gif
│ │ │ ├── mode.design.gif
│ │ │ ├── numberedlist.gif
│ │ │ ├── outdent.gif
│ │ │ ├── pastecode.gif
│ │ │ ├── pastefromword.gif
│ │ │ ├── paste.gif
│ │ │ ├── print.gif
│ │ │ ├── redo.gif
│ │ │ ├── removeformat.gif
│ │ │ ├── save.gif
│ │ │ ├── selectall.gif
│ │ │ ├── splitcell.gif
│ │ │ ├── status.bg.gif
│ │ │ ├── strikethrough.gif
│ │ │ ├── subscript.gif
│ │ │ ├── superscript.gif
│ │ │ ├── switchmode.gif
│ │ │ ├── tab.bg.off.gif
│ │ │ ├── tab.bg.on.gif
│ │ │ ├── Thumbs.db
│ │ │ ├── toolbar.background.gif
│ │ │ ├── toolbar.corner.gif
│ │ │ ├── toolbar.header.bg.gif
│ │ │ ├── toolbar.header.corner.gif
│ │ │ ├── underline.gif
│ │ │ ├── undo.gif
│ │ │ ├── unlink.gif
│ │ │ └── wordclean.gif
│ │ ├── style.css
│ │ └── style-floatie.css
│ └── simple
│ ├── images
│ │ ├── allcaps.png
│ │ ├── bold.gif
│ │ ├── bulletedlist.gif
│ │ ├── button.bg.gif
│ │ ├── button.bg.highlight.gif
│ │ ├── button.bg.normal.gif
│ │ ├── button.bg.over.gif
│ │ ├── button.bg.overon.gif
│ │ ├── clear.gif
│ │ ├── combobox.arrow.gif
│ │ ├── combobox.arrow.over.gif
│ │ ├── combobox.item.over.gif
│ │ ├── copy.gif
│ │ ├── createlink.gif
│ │ ├── cut.gif
│ │ ├── deletetablecolumn.gif
│ │ ├── deletetablerow.gif
│ │ ├── dropbutton.bg.normal.gif
│ │ ├── dropbutton.bg.over.gif
│ │ ├── editcssproperties.gif
│ │ ├── filegallery.gif
│ │ ├── floatie_button.bg.highlight.gif
│ │ ├── floatie_button.bg.over.gif
│ │ ├── fontbackcolorpicker.gif
│ │ ├── fontforecolorpicker.gif
│ │ ├── freetextbox.css
│ │ ├── fullscreen.gif
│ │ ├── indent.gif
│ │ ├── insertimage.gif
│ │ ├── insertrule.gif
│ │ ├── inserttablecolumnafter.gif
│ │ ├── inserttablecolumnbefore.gif
│ │ ├── inserttablecolumn.gif
│ │ ├── inserttable.gif
│ │ ├── inserttablerowafter.gif
│ │ ├── inserttablerowbefore.gif
│ │ ├── inserttablerow.gif
│ │ ├── italic.gif
│ │ ├── justifycenter.gif
│ │ ├── justifyfull.gif
│ │ ├── justifyleft.gif
│ │ ├── justifyright.gif
│ │ ├── mergecells.gif
│ │ ├── mergecolumns.gif
│ │ ├── mergerows.gif
│ │ ├── modal.closebutton.gif
│ │ ├── modal.topbar.gif
│ │ ├── mode.code.gif
│ │ ├── mode.design.gif
│ │ ├── numberedlist.gif
│ │ ├── outdent.gif
│ │ ├── pastecode.gif
│ │ ├── pastefromword.gif
│ │ ├── paste.gif
│ │ ├── print.gif
│ │ ├── redo.gif
│ │ ├── removeformat.gif
│ │ ├── save.gif
│ │ ├── selectall.gif
│ │ ├── splitcell.gif
│ │ ├── status.bg.gif
│ │ ├── strikethrough.gif
│ │ ├── subscript.gif
│ │ ├── superscript.gif
│ │ ├── switchmode.gif
│ │ ├── tab.bg.off.gif
│ │ ├── tab.bg.on.gif
│ │ ├── Thumbs.db
│ │ ├── toolbar.background.gif
│ │ ├── toolbar.corner.gif
│ │ ├── toolbar.header.bg.gif
│ │ ├── toolbar.header.corner.gif
│ │ ├── underline.gif
│ │ ├── undo.gif
│ │ ├── unlink.gif
│ │ └── wordclean.gif
│ ├── style.css
│ └── style-floatie.css
├── Register.aspx
├── Register.aspx.cs
├── Scripts
│ ├── Date.HijriCalendar.debug.js
│ ├── Date.HijriCalendar.js
│ ├── Date.UmAlQuraCalendar.debug.js
│ ├── Date.UmAlQuraCalendar.js
│ ├── extended
│ │ ├── Accordion
│ │ │ ├── AccordionBehavior.debug.js
│ │ │ └── AccordionBehavior.js
│ │ ├── AlwaysVisibleControl
│ │ │ ├── AlwaysVisibleControlBehavior.debug.js
│ │ │ └── AlwaysVisibleControlBehavior.js
│ │ ├── Animation
│ │ │ ├── AnimationBehavior.debug.js
│ │ │ ├── AnimationBehavior.js
│ │ │ ├── Animations.debug.js
│ │ │ └── Animations.js
│ │ ├── AutoComplete
│ │ │ ├── AutoCompleteBehavior.debug.js
│ │ │ └── AutoCompleteBehavior.js
│ │ ├── Calendar
│ │ │ ├── arrow-left.gif
│ │ │ ├── arrow-right.gif
│ │ │ ├── CalendarBehavior.debug.js
│ │ │ ├── CalendarBehavior.js
│ │ │ └── Calendar.css
│ │ ├── CascadingDropDown
│ │ │ ├── CascadingDropDownBehavior.debug.js
│ │ │ └── CascadingDropDownBehavior.js
│ │ ├── CollapsiblePanel
│ │ │ ├── CollapsiblePanelBehavior.debug.js
│ │ │ └── CollapsiblePanelBehavior.js
│ │ ├── ColorPicker
│ │ │ ├── ColorPickerBehavior.debug.js
│ │ │ ├── ColorPickerBehavior.js
│ │ │ └── ColorPicker.css
│ │ ├── Common
│ │ │ ├── Common.debug.js
│ │ │ ├── Common.js
│ │ │ ├── DateTime.debug.js
│ │ │ ├── DateTime.js
│ │ │ ├── Threading.debug.js
│ │ │ └── Threading.js
│ │ ├── Compat
│ │ │ ├── DragDrop
│ │ │ │ ├── DragDropScripts.debug.js
│ │ │ │ └── DragDropScripts.js
│ │ │ └── Timer
│ │ │ ├── Timer.debug.js
│ │ │ └── Timer.js
│ │ ├── ConfirmButton
│ │ │ ├── confirmButtonBehavior.debug.js
│ │ │ └── confirmButtonBehavior.js
│ │ ├── DragPanel
│ │ │ ├── FloatingBehavior.debug.js
│ │ │ └── FloatingBehavior.js
│ │ ├── DropDown
│ │ │ ├── drop-arrow.gif
│ │ │ ├── DropDownBehavior.debug.js
│ │ │ ├── DropDownBehavior.js
│ │ │ └── DropDown.css
│ │ ├── DropShadow
│ │ │ ├── DropShadowBehavior.debug.js
│ │ │ └── DropShadowBehavior.js
│ │ ├── DynamicPopulate
│ │ │ ├── DynamicPopulateBehavior.debug.js
│ │ │ └── DynamicPopulateBehavior.js
│ │ ├── ExtendedControls.debug.js
│ │ ├── ExtendedControls.js
│ │ ├── ExtenderBase
│ │ │ ├── BaseScripts.debug.js
│ │ │ └── BaseScripts.js
│ │ ├── FilteredTextBox
│ │ │ ├── FilteredTextBoxBehavior.debug.js
│ │ │ └── FilteredTextBoxBehavior.js
│ │ ├── HoverExtender
│ │ │ ├── HoverBehavior.debug.js
│ │ │ └── HoverBehavior.js
│ │ ├── HoverMenu
│ │ │ ├── HoverMenuBehavior.debug.js
│ │ │ └── HoverMenuBehavior.js
│ │ ├── ListSearch
│ │ │ ├── ListSearchBehavior.debug.js
│ │ │ └── ListSearchBehavior.js
│ │ ├── MaskedEdit
│ │ │ ├── MaskedEditBehavior.debug.js
│ │ │ ├── MaskedEditBehavior.js
│ │ │ ├── MaskedEditValidator.debug.js
│ │ │ └── MaskedEditValidator.js
│ │ ├── ModalPopup
│ │ │ ├── ModalPopupBehavior.debug.js
│ │ │ └── ModalPopupBehavior.js
│ │ ├── MultiHandleSlider
│ │ │ ├── Images
│ │ │ │ ├── slider_h_handle_down.gif
│ │ │ │ ├── slider_h_handle.gif
│ │ │ │ ├── slider_h_handle_hover.gif
│ │ │ │ ├── slider_h_rail.gif
│ │ │ │ ├── slider_h_rail_outer.gif
│ │ │ │ ├── slider_v_handle_down.gif
│ │ │ │ ├── slider_v_handle.gif
│ │ │ │ ├── slider_v_handle_hover.gif
│ │ │ │ ├── slider_v_rail.gif
│ │ │ │ └── slider_v_rail_outer.gif
│ │ │ ├── MultiHandleSliderBehavior.debug.js
│ │ │ ├── MultiHandleSliderBehavior.js
│ │ │ └── MultiHandleSlider.css
│ │ ├── MutuallyExclusiveCheckBox
│ │ │ ├── MutuallyExclusiveCheckBoxBehavior.debug.js
│ │ │ └── MutuallyExclusiveCheckBoxBehavior.js
│ │ ├── NumericUpDown
│ │ │ ├── NumericUpDownBehavior.debug.js
│ │ │ └── NumericUpDownBehavior.js
│ │ ├── PagingBulletedList
│ │ │ ├── PagingBulletedListBehavior.debug.js
│ │ │ └── PagingBulletedListBehavior.js
│ │ ├── PasswordStrength
│ │ │ ├── PasswordStrengthExtenderBehavior.debug.js
│ │ │ └── PasswordStrengthExtenderBehavior.js
│ │ ├── PopupControl
│ │ │ ├── PopupControlBehavior.debug.js
│ │ │ └── PopupControlBehavior.js
│ │ ├── PopupExtender
│ │ │ ├── PopupBehavior.debug.js
│ │ │ └── PopupBehavior.js
│ │ ├── Rating
│ │ │ ├── RatingBehavior.debug.js
│ │ │ └── RatingBehavior.js
│ │ ├── ResizableControl
│ │ │ ├── ResizableControlBehavior.debug.js
│ │ │ └── ResizableControlBehavior.js
│ │ ├── RoundedCorners
│ │ │ ├── RoundedCornersBehavior.debug.js
│ │ │ └── RoundedCornersBehavior.js
│ │ ├── Seadragon
│ │ │ ├── images
│ │ │ │ ├── fullpage_grouphover.png
│ │ │ │ ├── fullpage_hover.png
│ │ │ │ ├── fullpage_pressed.png
│ │ │ │ ├── fullpage_rest.png
│ │ │ │ ├── home_grouphover.png
│ │ │ │ ├── home_hover.png
│ │ │ │ ├── home_pressed.png
│ │ │ │ ├── home_rest.png
│ │ │ │ ├── zoomin_grouphover.png
│ │ │ │ ├── zoomin_hover.png
│ │ │ │ ├── zoomin_pressed.png
│ │ │ │ ├── zoomin_rest.png
│ │ │ │ ├── zoomout_grouphover.png
│ │ │ │ ├── zoomout_hover.png
│ │ │ │ ├── zoomout_pressed.png
│ │ │ │ └── zoomout_rest.png
│ │ │ ├── Seadragon.Buttons.debug.js
│ │ │ ├── Seadragon.Buttons.js
│ │ │ ├── Seadragon.Config.debug.js
│ │ │ ├── Seadragon.Config.js
│ │ │ ├── Seadragon.debug.js
│ │ │ ├── Seadragon.DeepZoom.debug.js
│ │ │ ├── Seadragon.DeepZoom.js
│ │ │ ├── Seadragon.DisplayRect.debug.js
│ │ │ ├── Seadragon.DisplayRect.js
│ │ │ ├── Seadragon.Drawer.debug.js
│ │ │ ├── Seadragon.Drawer.js
│ │ │ ├── Seadragon.ImageLoader.debug.js
│ │ │ ├── Seadragon.ImageLoader.js
│ │ │ ├── Seadragon.js
│ │ │ ├── Seadragon.MouseTracker.debug.js
│ │ │ ├── Seadragon.MouseTracker.js
│ │ │ ├── Seadragon.Point.debug.js
│ │ │ ├── Seadragon.Point.js
│ │ │ ├── Seadragon.Profiler.debug.js
│ │ │ ├── Seadragon.Profiler.js
│ │ │ ├── Seadragon.Rect.debug.js
│ │ │ ├── Seadragon.Rect.js
│ │ │ ├── Seadragon.Spring.debug.js
│ │ │ ├── Seadragon.Spring.js
│ │ │ ├── Seadragon.Strings.debug.js
│ │ │ ├── Seadragon.Strings.js
│ │ │ ├── Seadragon.TileSource.debug.js
│ │ │ ├── Seadragon.TileSource.js
│ │ │ ├── Seadragon.Utils.debug.js
│ │ │ ├── Seadragon.Utils.js
│ │ │ ├── Seadragon.Viewport.debug.js
│ │ │ └── Seadragon.Viewport.js
│ │ ├── Slider
│ │ │ ├── Images
│ │ │ │ ├── slider_h_handle.gif
│ │ │ │ ├── slider_h_rail.gif
│ │ │ │ ├── slider_v_handle.gif
│ │ │ │ └── slider_v_rail.gif
│ │ │ ├── SliderBehavior.debug.js
│ │ │ ├── SliderBehavior.js
│ │ │ └── Slider.css
│ │ ├── SlideShow
│ │ │ ├── SlideShowBehavior.debug.js
│ │ │ └── SlideShowBehavior.js
│ │ ├── Tabs
│ │ │ ├── tab-active.gif
│ │ │ ├── tab-active-left.gif
│ │ │ ├── tab-active-right.gif
│ │ │ ├── tab.gif
│ │ │ ├── tab-hover.gif
│ │ │ ├── tab-hover-left.gif
│ │ │ ├── tab-hover-right.gif
│ │ │ ├── tab-left.gif
│ │ │ ├── tab-line.gif
│ │ │ ├── tab-right.gif
│ │ │ ├── Tabs.css
│ │ │ ├── Tabs.debug.js
│ │ │ └── Tabs.js
│ │ ├── TextboxWatermark
│ │ │ ├── TextboxWatermark.debug.js
│ │ │ └── TextboxWatermark.js
│ │ ├── ToggleButton
│ │ │ ├── ToggleButton.debug.js
│ │ │ └── ToggleButton.js
│ │ ├── UpdatePanelAnimation
│ │ │ ├── UpdatePanelAnimationBehavior.debug.js
│ │ │ └── UpdatePanelAnimationBehavior.js
│ │ └── ValidatorCallout
│ │ ├── alert-large.gif
│ │ ├── alert-small.gif
│ │ ├── close.gif
│ │ ├── ValidatorCalloutBehavior.debug.js
│ │ ├── ValidatorCalloutBehavior.js
│ │ └── ValidatorCallout.css
│ ├── MicrosoftAjaxAdoNet.debug.js
│ ├── MicrosoftAjaxAdoNet.js
│ ├── MicrosoftAjaxApplicationServices.debug.js
│ ├── MicrosoftAjaxApplicationServices.js
│ ├── MicrosoftAjaxComponentModel.debug.js
│ ├── MicrosoftAjaxComponentModel.js
│ ├── MicrosoftAjaxCore.debug.js
│ ├── MicrosoftAjaxCore.js
│ ├── MicrosoftAjaxDataContext.debug.js
│ ├── MicrosoftAjaxDataContext.js
│ ├── MicrosoftAjax.debug.js
│ ├── MicrosoftAjaxGlobalization.debug.js
│ ├── MicrosoftAjaxGlobalization.js
│ ├── MicrosoftAjaxHistory.debug.js
│ ├── MicrosoftAjaxHistory.js
│ ├── MicrosoftAjax.js
│ ├── MicrosoftAjaxNetwork.debug.js
│ ├── MicrosoftAjaxNetwork.js
│ ├── MicrosoftAjaxSerialization.debug.js
│ ├── MicrosoftAjaxSerialization.js
│ ├── MicrosoftAjaxTemplates.debug.js
│ ├── MicrosoftAjaxTemplates.js
│ ├── MicrosoftAjaxTimer.debug.js
│ ├── MicrosoftAjaxTimer.js
│ ├── MicrosoftAjaxWebForms.debug.js
│ ├── MicrosoftAjaxWebForms.js
│ ├── MicrosoftAjaxWebServices.debug.js
│ ├── MicrosoftAjaxWebServices.js
│ ├── Start.debug.js
│ └── Start.js
├── Style
│ └── CssStyle.css
├── TreeLineImages
│ ├── dash.gif
│ ├── dashminus.gif
│ ├── dashplus.gif
│ ├── i.gif
│ ├── l.gif
│ ├── lminus.gif
│ ├── lplus.gif
│ ├── minus.gif
│ ├── noexpand.gif
│ ├── plus.gif
│ ├── r.gif
│ ├── rminus.gif
│ ├── rplus.gif
│ ├── t.gif
│ ├── tminus.gif
│ └── tplus.gif
├── upLoad.aspx
├── upLoad.aspx.cs
├── UserControl
│ ├── header.ascx
│ ├── header.ascx.cs
│ ├── tail.ascx
│ └── tail.ascx.cs
└── web.config
65 directories, 612 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论