实例介绍
【实例简介】
Web程序设计ASP.NET实用网站开发(第二版) 沈士根等编著。 教材的全部原码都有 包括MyPetShop实例的原码,可以运行!!!
【实例截图】
【核心代码】
Book
└── Book
├── Book.sln
├── Book.v11.suo
├── Chap10Site
│ ├── App_Data
│ │ ├── ASPNETDB.mdf
│ │ └── ASPNETDB_Log.ldf
│ ├── App_Themes
│ │ ├── Blue
│ │ │ └── Blue.skin
│ │ ├── Green
│ │ │ └── Green.skin
│ │ ├── Red
│ │ │ ├── Red.css
│ │ │ └── Red.skin
│ │ └── Yellow
│ │ └── Yellow.skin
│ ├── ContentPage.aspx
│ ├── ContentPage.aspx.cs
│ ├── Global.asax
│ ├── Login.aspx
│ ├── Login.aspx.cs
│ ├── MasterPage.master
│ ├── MasterPage.master.cs
│ ├── Scripts
│ │ ├── jquery-2.1.0.intellisense.js
│ │ ├── jquery-2.1.0.js
│ │ ├── jquery-2.1.0.min.js
│ │ └── jquery-2.1.0.min.map
│ ├── SearchUserControl.ascx
│ ├── SearchUserControl.ascx.cs
│ ├── Theme.aspx
│ ├── Theme.aspx.cs
│ ├── UserControlTest.aspx
│ ├── UserControlTest.aspx.cs
│ ├── Web.config
│ ├── WebParts.aspx
│ ├── WebParts.aspx.cs
│ └── packages.config
├── Chap13Site
│ ├── App_Code
│ │ ├── Cal.cs
│ │ ├── ICal.cs
│ │ ├── MyPetShop.dbml
│ │ ├── MyPetShop.dbml.layout
│ │ ├── MyPetShop.designer.cs
│ │ ├── Search.cs
│ │ └── WebService.cs
│ ├── App_Data
│ │ ├── MyPetShop.mdf
│ │ └── MyPetShop_log.ldf
│ ├── App_WebReferences
│ │ ├── ServiceRefCal
│ │ │ ├── Cal.disco
│ │ │ ├── Cal.wsdl
│ │ │ ├── Cal.xsd
│ │ │ ├── Cal1.xsd
│ │ │ ├── Reference.svcmap
│ │ │ ├── configuration.svcinfo
│ │ │ └── configuration91.svcinfo
│ │ └── ServiceRefWeb
│ │ ├── Reference.svcmap
│ │ ├── WebService.disco
│ │ ├── WebService.wsdl
│ │ ├── configuration.svcinfo
│ │ └── configuration91.svcinfo
│ ├── Bin
│ │ ├── AjaxControlToolkit.dll
│ │ ├── AjaxControlToolkit.dll.refresh
│ │ ├── AjaxMin.dll
│ │ ├── AjaxMin.dll.refresh
│ │ ├── HtmlAgilityPack.dll
│ │ ├── HtmlAgilityPack.dll.refresh
│ │ ├── HtmlAgilityPack.pdb
│ │ ├── HtmlAgilityPack.xml
│ │ ├── Microsoft.Data.Edm.dll
│ │ ├── Microsoft.Data.Edm.dll.refresh
│ │ ├── Microsoft.Data.Edm.xml
│ │ ├── Microsoft.Data.OData.dll
│ │ ├── Microsoft.Data.OData.dll.refresh
│ │ ├── Microsoft.Data.OData.xml
│ │ ├── Microsoft.WindowsAzure.Configuration.dll
│ │ ├── Microsoft.WindowsAzure.Configuration.dll.refresh
│ │ ├── Microsoft.WindowsAzure.Storage.dll
│ │ ├── Microsoft.WindowsAzure.Storage.dll.refresh
│ │ ├── Microsoft.WindowsAzure.Storage.xml
│ │ ├── System.Spatial.dll
│ │ ├── System.Spatial.dll.refresh
│ │ ├── System.Spatial.xml
│ │ ├── ar
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ ├── cs
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ ├── de
│ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ └── System.Spatial.resources.dll
│ │ ├── es
│ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ └── System.Spatial.resources.dll
│ │ ├── fr
│ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ └── System.Spatial.resources.dll
│ │ ├── he
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ ├── hi
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ ├── it
│ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ └── System.Spatial.resources.dll
│ │ ├── ja
│ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ └── System.Spatial.resources.dll
│ │ ├── ko
│ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ └── System.Spatial.resources.dll
│ │ ├── nl
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ ├── pl
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ ├── pt
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ ├── ru
│ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ └── System.Spatial.resources.dll
│ │ ├── tr-TR
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ ├── zh-CHS
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ ├── zh-CHT
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ ├── zh-Hans
│ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ └── System.Spatial.resources.dll
│ │ └── zh-Hant
│ │ ├── Microsoft.Data.Edm.resources.dll
│ │ ├── Microsoft.Data.OData.resources.dll
│ │ └── System.Spatial.resources.dll
│ ├── Cal.svc
│ ├── Search.asmx
│ ├── Search.aspx
│ ├── Search.aspx.cs
│ ├── WcfCal.aspx
│ ├── WcfCal.aspx.cs
│ ├── Web.config
│ ├── WebService.asmx
│ ├── WebService.aspx
│ ├── WebService.aspx.cs
│ └── packages.config
├── Chap9Site
│ ├── Admin
│ │ ├── DelUser.aspx
│ │ ├── DelUser.aspx.cs
│ │ ├── RolesUsers.aspx
│ │ ├── RolesUsers.aspx.cs
│ │ └── Web.config
│ ├── App_Data
│ │ ├── ASPNETDB.mdf
│ │ └── ASPNETDB_Log.ldf
│ ├── ChangePwd.aspx
│ ├── ChangePwd.aspx.cs
│ ├── Default.aspx
│ ├── Default.aspx.cs
│ ├── GetPwd.aspx
│ ├── GetPwd.aspx.cs
│ ├── GetPwd.txt
│ ├── Global.asax
│ ├── Login.aspx
│ ├── Login.aspx.cs
│ ├── NewUser.aspx
│ ├── NewUser.aspx.cs
│ ├── Scripts
│ │ ├── jquery-2.1.0.intellisense.js
│ │ ├── jquery-2.1.0.js
│ │ ├── jquery-2.1.0.min.js
│ │ └── jquery-2.1.0.min.map
│ ├── ThankEmail.txt
│ ├── Web.config
│ └── packages.config
├── ChapSite
│ ├── App_Code
│ │ ├── Account.cs
│ │ ├── AccountEvent.cs
│ │ ├── EnterpriseAccount.cs
│ │ ├── MyPetShop.dbml
│ │ ├── MyPetShop.dbml.layout
│ │ └── MyPetShop.designer.cs
│ ├── App_Data
│ │ ├── ASPNETDB.mdf
│ │ ├── ASPNETDB_Log.ldf
│ │ ├── MyPetShop.mdf
│ │ └── MyPetShop_log.ldf
│ ├── Chap11
│ │ ├── Consulting.aspx
│ │ ├── Consulting.aspx.cs
│ │ ├── Hardware.aspx
│ │ ├── Hardware.aspx.cs
│ │ ├── Home.aspx
│ │ ├── Home.aspx.cs
│ │ ├── Products.aspx
│ │ ├── Products.aspx.cs
│ │ ├── Products.sitemap
│ │ ├── Services.aspx
│ │ ├── Services.aspx.cs
│ │ ├── Services.sitemap
│ │ ├── SiteMap.master
│ │ ├── SiteMap.master.cs
│ │ ├── Software.aspx
│ │ ├── Software.aspx.cs
│ │ ├── Support.aspx
│ │ ├── Support.aspx.cs
│ │ ├── Training.aspx
│ │ ├── Training.aspx.cs
│ │ ├── TreeView.aspx
│ │ └── TreeView.aspx.cs
│ ├── Chap12
│ │ ├── MultiUpdatePanel.aspx
│ │ ├── MultiUpdatePanel.aspx.cs
│ │ ├── Timer.aspx
│ │ ├── Timer.aspx.cs
│ │ ├── UpdatePnlIn.aspx
│ │ ├── UpdatePnlIn.aspx.cs
│ │ ├── UpdatePnlOut.aspx
│ │ ├── UpdatePnlOut.aspx.cs
│ │ ├── UpdateProgress.aspx
│ │ ├── UpdateProgress.aspx.cs
│ │ └── wait.gif
│ ├── Chap14
│ │ ├── BinaryRW.aspx
│ │ ├── BinaryRW.aspx.cs
│ │ ├── Directory.aspx
│ │ ├── Directory.aspx.cs
│ │ ├── DriveInfo.aspx
│ │ ├── DriveInfo.aspx.cs
│ │ ├── FileInfo.aspx
│ │ ├── FileInfo.aspx.cs
│ │ ├── FileStream.aspx
│ │ ├── FileStream.aspx.cs
│ │ ├── FileUpload.aspx
│ │ ├── FileUpload.aspx.cs
│ │ ├── StreamRW.aspx
│ │ ├── StreamRW.aspx.cs
│ │ ├── Temp
│ │ │ ├── Bin.bin
│ │ │ ├── Test.txt
│ │ │ ├── Test2.txt
│ │ │ └── Txt.txt
│ │ ├── Temp2
│ │ │ └── Test2.txt
│ │ └── Test.txt
│ ├── Chap2
│ │ ├── Ajax.aspx
│ │ ├── Ajax.aspx.cs
│ │ ├── BodyJS.aspx
│ │ ├── BodyJS.aspx.cs
│ │ ├── Breakfast.xml
│ │ ├── ChangeImg.aspx
│ │ ├── ChangeImg.aspx.cs
│ │ ├── CodeBehind.aspx
│ │ ├── CodeBehind.aspx.cs
│ │ ├── Database.aspx
│ │ ├── Database.aspx.cs
│ │ ├── Default.aspx
│ │ ├── Default.aspx.cs
│ │ ├── Exterior.aspx
│ │ ├── Exterior.aspx.cs
│ │ ├── FileJS.aspx
│ │ ├── FileJS.aspx.cs
│ │ ├── HTML5.html
│ │ ├── HeadJS.aspx
│ │ ├── HeadJS.aspx.cs
│ │ ├── Interior.aspx
│ │ ├── Interior.aspx.cs
│ │ ├── ManageXhtml.aspx
│ │ ├── ManageXhtml.aspx.cs
│ │ ├── SimplePage.aspx
│ │ ├── Timer.aspx
│ │ ├── Timer.aspx.cs
│ │ ├── TimerJQuery.aspx
│ │ └── TimerJQuery.aspx.cs
│ ├── Chap3
│ │ ├── AccountEventPage.aspx
│ │ ├── AccountEventPage.aspx.cs
│ │ ├── AccountPage.aspx
│ │ ├── AccountPage.aspx.cs
│ │ ├── Enum.aspx
│ │ ├── Enum.aspx.cs
│ │ ├── Exception.aspx
│ │ ├── Exception.aspx.cs
│ │ ├── ExceptionNo.aspx
│ │ ├── ExceptionNo.aspx.cs
│ │ ├── For.aspx
│ │ ├── For.aspx.cs
│ │ ├── Foreach.aspx
│ │ ├── Foreach.aspx.cs
│ │ ├── Switch.aspx
│ │ ├── Switch.aspx.cs
│ │ ├── Test.txt
│ │ ├── Throw.aspx
│ │ ├── Throw.aspx.cs
│ │ ├── While.aspx
│ │ └── While.aspx.cs
│ ├── Chap4
│ │ ├── CheckBoxList.aspx
│ │ ├── CheckBoxList.aspx.cs
│ │ ├── ClientClick.aspx
│ │ ├── ClientClick.aspx.cs
│ │ ├── DropDownList.aspx
│ │ ├── DropDownList.aspx.cs
│ │ ├── HyperLink.aspx
│ │ ├── HyperLink.aspx.cs
│ │ ├── ImageMap.aspx
│ │ ├── ImageMap.aspx.cs
│ │ ├── IsPostBack.aspx
│ │ ├── IsPostBack.aspx.cs
│ │ ├── Label.aspx
│ │ ├── Label.aspx.cs
│ │ ├── LabelStyle.aspx
│ │ ├── LabelStyle.aspx.cs
│ │ ├── LabelTable.aspx
│ │ ├── LabelTable.aspx.cs
│ │ ├── ListBox.aspx
│ │ ├── ListBox.aspx.cs
│ │ ├── Panel.aspx
│ │ ├── Panel.aspx.cs
│ │ ├── PlaceHolder.aspx
│ │ ├── PlaceHolder.aspx.cs
│ │ ├── Table.aspx
│ │ ├── Table.aspx.cs
│ │ ├── TextBox.aspx
│ │ └── TextBox.aspx.cs
│ ├── Chap5
│ │ ├── Compare.aspx
│ │ ├── Compare.aspx.cs
│ │ ├── CompareTable.aspx
│ │ ├── CompareTable.aspx.cs
│ │ ├── CustomClient.aspx
│ │ ├── CustomClient.aspx.cs
│ │ ├── CustomServer.aspx
│ │ ├── CustomServer.aspx.cs
│ │ ├── MultiValidate.aspx
│ │ ├── MultiValidate.aspx.cs
│ │ ├── MultiValidateTable.aspx
│ │ ├── MultiValidateTable.aspx.cs
│ │ ├── Range.aspx
│ │ ├── Range.aspx.cs
│ │ ├── Regular.aspx
│ │ ├── Regular.aspx.cs
│ │ ├── Require.aspx
│ │ └── Require.aspx.cs
│ ├── Chap6
│ │ ├── Application.aspx
│ │ ├── Application.aspx.cs
│ │ ├── Cookie.aspx
│ │ ├── Cookie.aspx.cs
│ │ ├── CookieLogin.aspx
│ │ ├── CookieLogin.aspx.cs
│ │ ├── CookieLoginTable.aspx
│ │ ├── CookieLoginTable.aspx.cs
│ │ ├── CookieTable.aspx
│ │ ├── CookieTable.aspx.cs
│ │ ├── Cross1.aspx
│ │ ├── Cross1.aspx.cs
│ │ ├── Cross1Table.aspx
│ │ ├── Cross1Table.aspx.cs
│ │ ├── Cross2.aspx
│ │ ├── Cross2.aspx.cs
│ │ ├── Cross2Table.aspx
│ │ ├── Cross2Table.aspx.cs
│ │ ├── Profile.aspx
│ │ ├── Profile.aspx.cs
│ │ ├── QueryString1.aspx
│ │ ├── QueryString1.aspx.cs
│ │ ├── QueryString2.aspx
│ │ ├── QueryString2.aspx.cs
│ │ ├── Redirect.aspx
│ │ ├── Redirect.aspx.cs
│ │ ├── Request.aspx
│ │ ├── Request.aspx.cs
│ │ ├── Server.aspx
│ │ ├── Server.aspx.cs
│ │ ├── Session.aspx
│ │ ├── Session.aspx.cs
│ │ ├── SessionLogin.aspx
│ │ ├── SessionLogin.aspx.cs
│ │ ├── SessionLoginTable.aspx
│ │ ├── SessionLoginTable.aspx.cs
│ │ ├── Student.aspx
│ │ ├── Student.aspx.cs
│ │ ├── Teacher.aspx
│ │ ├── Teacher.aspx.cs
│ │ ├── Write.aspx
│ │ └── Write.aspx.cs
│ ├── Chap7
│ │ ├── BookLinq.xml
│ │ ├── LinqDSGrid.aspx
│ │ ├── LinqDSGrid.aspx.cs
│ │ ├── LinqSqlManageData.aspx
│ │ ├── LinqSqlManageData.aspx.cs
│ │ ├── LinqSqlQuery.aspx
│ │ ├── LinqSqlQuery.aspx.cs
│ │ ├── LinqXml.aspx
│ │ └── LinqXml.aspx.cs
│ ├── Chap8
│ │ ├── DropLinq.aspx
│ │ ├── DropLinq.aspx.cs
│ │ ├── GridBound.aspx
│ │ ├── GridBound.aspx.cs
│ │ ├── GridDelete.aspx
│ │ ├── GridDelete.aspx.cs
│ │ ├── GridDetails.aspx
│ │ ├── GridDetails.aspx.cs
│ │ ├── GridMain.aspx
│ │ ├── GridMain.aspx.cs
│ │ ├── GridMainSub.aspx
│ │ ├── GridMainSub.aspx.cs
│ │ ├── GridPageSort.aspx
│ │ ├── GridPageSort.aspx.cs
│ │ ├── GridSub.aspx
│ │ ├── GridSub.aspx.cs
│ │ ├── GridTemplate.aspx
│ │ ├── GridTemplate.aspx.cs
│ │ ├── GridUpdate.aspx
│ │ ├── GridUpdate.aspx.cs
│ │ ├── GridUpdateTable.aspx
│ │ ├── GridUpdateTable.aspx.cs
│ │ ├── RdoListLinq.aspx
│ │ ├── RdoListLinq.aspx.cs
│ │ ├── Update.aspx
│ │ ├── Update.aspx.cs
│ │ ├── UpdateTable.aspx
│ │ └── UpdateTable.aspx.cs
│ ├── Global.asax
│ ├── Images
│ │ ├── map.jpg
│ │ ├── mouseOut.jpg
│ │ └── mouseOver.jpg
│ ├── Prod_Images
│ │ ├── Backyard
│ │ │ ├── Thumbs.db
│ │ │ ├── cat.gif
│ │ │ └── zebra.gif
│ │ ├── Birds
│ │ │ ├── Thumbs.db
│ │ │ ├── domestic.gif
│ │ │ └── flowerloving.gif
│ │ ├── Bugs
│ │ │ ├── Thumbs.db
│ │ │ ├── ant.gif
│ │ │ └── butterfly.gif
│ │ ├── Endangered
│ │ │ ├── Thumbs.db
│ │ │ ├── panda.gif
│ │ │ └── pointy.gif
│ │ └── Fish
│ │ ├── Thumbs.db
│ │ ├── eucalyptus.gif
│ │ └── meno.gif
│ ├── Scripts
│ │ ├── FileJS.js
│ │ ├── jquery-2.1.0.intellisense.js
│ │ ├── jquery-2.1.0.js
│ │ ├── jquery-2.1.0.min.js
│ │ └── jquery-2.1.0.min.map
│ ├── Styles
│ │ └── Exterior.css
│ ├── Uploads
│ │ └── Test.bmp
│ ├── Web.config
│ ├── Web.sitemap
│ ├── Web1.sitemap
│ └── packages.config
├── Example9_1Site
│ ├── Default.aspx
│ ├── Default.aspx.cs
│ ├── Login.aspx
│ ├── Login.aspx.cs
│ └── Web.config
├── MyPetShop
│ ├── Admin
│ │ ├── AddPro.aspx
│ │ ├── AddPro.aspx.cs
│ │ ├── CategoryMaster.aspx
│ │ ├── CategoryMaster.aspx.cs
│ │ ├── Default.aspx
│ │ ├── Default.aspx.cs
│ │ ├── OrderMaster.aspx
│ │ ├── OrderMaster.aspx.cs
│ │ ├── OrderSub.aspx
│ │ ├── OrderSub.aspx.cs
│ │ ├── ProductMaster.aspx
│ │ ├── ProductMaster.aspx.cs
│ │ ├── ProductSub.aspx
│ │ ├── ProductSub.aspx.cs
│ │ ├── SupplierMaster.aspx
│ │ ├── SupplierMaster.aspx.cs
│ │ └── Web.config
│ ├── App_Code
│ │ ├── MyPetShop.dbml
│ │ ├── MyPetShop.dbml.layout
│ │ ├── MyPetShop.designer.cs
│ │ └── Search.cs
│ ├── App_Data
│ │ ├── ASPNETDB.mdf
│ │ ├── ASPNETDB_Log.ldf
│ │ ├── MyPetShop.mdf
│ │ └── MyPetShop_log.ldf
│ ├── App_WebReferences
│ │ └── WeatherServiceRef
│ │ ├── WeatherWebService.disco
│ │ ├── WeatherWebService.discomap
│ │ └── WeatherWebService.wsdl
│ ├── Bin
│ │ ├── AjaxControlToolkit.dll
│ │ ├── AjaxControlToolkit.dll.refresh
│ │ ├── AjaxMin.dll
│ │ ├── AjaxMin.dll.refresh
│ │ ├── HtmlAgilityPack.dll
│ │ ├── HtmlAgilityPack.dll.refresh
│ │ ├── HtmlAgilityPack.pdb
│ │ ├── HtmlAgilityPack.xml
│ │ ├── Microsoft.Data.Edm.dll
│ │ ├── Microsoft.Data.Edm.dll.refresh
│ │ ├── Microsoft.Data.Edm.xml
│ │ ├── Microsoft.Data.OData.dll
│ │ ├── Microsoft.Data.OData.dll.refresh
│ │ ├── Microsoft.Data.OData.xml
│ │ ├── Microsoft.WindowsAzure.Configuration.dll
│ │ ├── Microsoft.WindowsAzure.Configuration.dll.refresh
│ │ ├── Microsoft.WindowsAzure.Storage.dll
│ │ ├── Microsoft.WindowsAzure.Storage.dll.refresh
│ │ ├── Microsoft.WindowsAzure.Storage.xml
│ │ ├── System.Spatial.dll
│ │ ├── System.Spatial.dll.refresh
│ │ ├── System.Spatial.xml
│ │ ├── ar
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ ├── cs
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ ├── de
│ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ └── System.Spatial.resources.dll
│ │ ├── es
│ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ └── System.Spatial.resources.dll
│ │ ├── fr
│ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ └── System.Spatial.resources.dll
│ │ ├── he
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ ├── hi
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ ├── it
│ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ └── System.Spatial.resources.dll
│ │ ├── ja
│ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ └── System.Spatial.resources.dll
│ │ ├── ko
│ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ └── System.Spatial.resources.dll
│ │ ├── nl
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ ├── pl
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ ├── pt
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ ├── ru
│ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ └── System.Spatial.resources.dll
│ │ ├── tr-TR
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ ├── zh-CHS
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ ├── zh-CHT
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ ├── zh-Hans
│ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ └── System.Spatial.resources.dll
│ │ └── zh-Hant
│ │ ├── Microsoft.Data.Edm.resources.dll
│ │ ├── Microsoft.Data.OData.resources.dll
│ │ └── System.Spatial.resources.dll
│ ├── ChangePwd.aspx
│ ├── ChangePwd.aspx.cs
│ ├── Default.aspx
│ ├── Default.aspx.cs
│ ├── GetPwd.aspx
│ ├── GetPwd.aspx.cs
│ ├── GetPwd.txt
│ ├── Global.asax
│ ├── Images
│ │ ├── arrow.gif
│ │ ├── close.gif
│ │ ├── google_logo.gif
│ │ ├── logo.gif
│ │ ├── maxsize.gif
│ │ ├── minsize.gif
│ │ ├── new_flash.gif
│ │ ├── searchbutton.gif
│ │ ├── spacer.gif
│ │ ├── weather
│ │ │ ├── 0.gif
│ │ │ ├── 1.gif
│ │ │ ├── 10.gif
│ │ │ ├── 11.gif
│ │ │ ├── 12.gif
│ │ │ ├── 13.gif
│ │ │ ├── 14.gif
│ │ │ ├── 15.gif
│ │ │ ├── 16.gif
│ │ │ ├── 17.gif
│ │ │ ├── 18.gif
│ │ │ ├── 19.gif
│ │ │ ├── 2.gif
│ │ │ ├── 20.gif
│ │ │ ├── 21.gif
│ │ │ ├── 22.gif
│ │ │ ├── 23.gif
│ │ │ ├── 24.gif
│ │ │ ├── 25.gif
│ │ │ ├── 26.gif
│ │ │ ├── 27.gif
│ │ │ ├── 28.gif
│ │ │ ├── 29.gif
│ │ │ ├── 3.gif
│ │ │ ├── 30.gif
│ │ │ ├── 31.gif
│ │ │ ├── 4.gif
│ │ │ ├── 5.gif
│ │ │ ├── 6.gif
│ │ │ ├── 7.gif
│ │ │ ├── 8.gif
│ │ │ ├── 9.gif
│ │ │ ├── Read me.txt
│ │ │ ├── a_0.gif
│ │ │ ├── a_1.gif
│ │ │ ├── a_10.gif
│ │ │ ├── a_11.gif
│ │ │ ├── a_12.gif
│ │ │ ├── a_13.gif
│ │ │ ├── a_14.gif
│ │ │ ├── a_15.gif
│ │ │ ├── a_16.gif
│ │ │ ├── a_17.gif
│ │ │ ├── a_18.gif
│ │ │ ├── a_19.gif
│ │ │ ├── a_2.gif
│ │ │ ├── a_20.gif
│ │ │ ├── a_21.gif
│ │ │ ├── a_22.gif
│ │ │ ├── a_23.gif
│ │ │ ├── a_24.gif
│ │ │ ├── a_25.gif
│ │ │ ├── a_26.gif
│ │ │ ├── a_27.gif
│ │ │ ├── a_28.gif
│ │ │ ├── a_29.gif
│ │ │ ├── a_3.gif
│ │ │ ├── a_30.gif
│ │ │ ├── a_31.gif
│ │ │ ├── a_4.gif
│ │ │ ├── a_5.gif
│ │ │ ├── a_6.gif
│ │ │ ├── a_7.gif
│ │ │ ├── a_8.gif
│ │ │ ├── a_9.gif
│ │ │ ├── a_nothing.gif
│ │ │ ├── b_0.gif
│ │ │ ├── b_1.gif
│ │ │ ├── b_10.gif
│ │ │ ├── b_11.gif
│ │ │ ├── b_12.gif
│ │ │ ├── b_13.gif
│ │ │ ├── b_14.gif
│ │ │ ├── b_15.gif
│ │ │ ├── b_16.gif
│ │ │ ├── b_17.gif
│ │ │ ├── b_18.gif
│ │ │ ├── b_19.gif
│ │ │ ├── b_2.gif
│ │ │ ├── b_20.gif
│ │ │ ├── b_21.gif
│ │ │ ├── b_22.gif
│ │ │ ├── b_23.gif
│ │ │ ├── b_24.gif
│ │ │ ├── b_25.gif
│ │ │ ├── b_26.gif
│ │ │ ├── b_27.gif
│ │ │ ├── b_28.gif
│ │ │ ├── b_29.gif
│ │ │ ├── b_3.gif
│ │ │ ├── b_30.gif
│ │ │ ├── b_31.gif
│ │ │ ├── b_4.gif
│ │ │ ├── b_5.gif
│ │ │ ├── b_6.gif
│ │ │ ├── b_7.gif
│ │ │ ├── b_8.gif
│ │ │ ├── b_9.gif
│ │ │ ├── b_nothing.gif
│ │ │ ├── nothing.gif
│ │ │ ├── r_b.gif
│ │ │ ├── r_t1.gif
│ │ │ ├── tem1.gif
│ │ │ ├── tem2.gif
│ │ │ ├── tem3.gif
│ │ │ ├── tem4.gif
│ │ │ └── tem5.gif
│ │ └── xml.gif
│ ├── Login.aspx
│ ├── Login.aspx.cs
│ ├── Map.aspx
│ ├── Map.aspx.cs
│ ├── MasterPage.master
│ ├── MasterPage.master.cs
│ ├── NewUser.aspx
│ ├── NewUser.aspx.cs
│ ├── OrderList.aspx
│ ├── OrderList.aspx.cs
│ ├── ProShow.aspx
│ ├── ProShow.aspx.cs
│ ├── Prod_Images
│ │ ├── Backyard
│ │ │ ├── 200944162331icon-cat.gif
│ │ │ ├── Thumbs.db
│ │ │ ├── cat.gif
│ │ │ └── zebra.gif
│ │ ├── Birds
│ │ │ ├── Thumbs.db
│ │ │ ├── domestic.gif
│ │ │ └── flowerloving.gif
│ │ ├── Bugs
│ │ │ ├── Thumbs.db
│ │ │ ├── ant.gif
│ │ │ └── butterfly.gif
│ │ ├── Endangered
│ │ │ ├── Thumbs.db
│ │ │ ├── panda.gif
│ │ │ └── pointy.gif
│ │ └── Fish
│ │ ├── Thumbs.db
│ │ ├── eucalyptus.gif
│ │ └── meno.gif
│ ├── Scripts
│ │ ├── jquery-2.1.0.intellisense.js
│ │ ├── jquery-2.1.0.js
│ │ ├── jquery-2.1.0.min.js
│ │ └── jquery-2.1.0.min.map
│ ├── Search.asmx
│ ├── Search.aspx
│ ├── Search.aspx.cs
│ ├── ShopCart.aspx
│ ├── ShopCart.aspx.cs
│ ├── Sql
│ │ └── MyPetShop.sql
│ ├── Styles
│ │ ├── Style.css
│ │ └── Weather.css
│ ├── SubmitCart.aspx
│ ├── SubmitCart.aspx.cs
│ ├── ThankEmail.txt
│ ├── UserControl
│ │ ├── AutoShow.ascx
│ │ ├── AutoShow.ascx.cs
│ │ ├── Category.ascx
│ │ ├── Category.ascx.cs
│ │ ├── NewProduct.ascx
│ │ ├── NewProduct.ascx.cs
│ │ ├── PetTree.ascx
│ │ ├── PetTree.ascx.cs
│ │ ├── SiteMap.ascx
│ │ ├── SiteMap.ascx.cs
│ │ ├── UserStatus.ascx
│ │ ├── UserStatus.ascx.cs
│ │ ├── Weather.ascx
│ │ └── Weather.ascx.cs
│ ├── Weather.aspx
│ ├── Weather.aspx.cs
│ ├── Web.config
│ ├── Web.sitemap
│ ├── packages.config
│ ├── test.aspx
│ ├── test.aspx.cs
│ └── 备用素材
│ ├── Backyard
│ │ ├── icon-cat.gif
│ │ ├── icon-crab.gif
│ │ ├── icon-goose.gif
│ │ ├── icon-raccoon.gif
│ │ ├── icon-sheep.gif
│ │ ├── icon-skunk.gif
│ │ ├── icon-zebra.gif
│ │ ├── item-cat-patterned.gif
│ │ ├── item-cat-transparent.gif
│ │ ├── item-cat-uncolored.gif
│ │ ├── item-crab-dotted.gif
│ │ ├── item-crab-orange.gif
│ │ ├── item-crab-red.gif
│ │ ├── item-goose-feathered.gif
│ │ ├── item-goose-plucked.gif
│ │ ├── item-raccoon-hairy-tongue.gif
│ │ ├── item-raccoon-long-tongue.gif
│ │ ├── item-raccoon-rough-tongue.gif
│ │ ├── item-sheep-fuzzy.gif
│ │ ├── item-sheep-ironed.gif
│ │ ├── item-skunk-bad-smell.gif
│ │ ├── item-skunk-really-bad-smell.gif
│ │ ├── item-skunk-worst-smell.gif
│ │ ├── item-zebra-large.gif
│ │ ├── item-zebra-medium.gif
│ │ ├── item-zebra-small.gif
│ │ └── item-zebra-tiny.gif
│ ├── Birds
│ │ ├── icon-Duck.gif
│ │ ├── icon-Owl.gif
│ │ ├── icon-Pelican.gif
│ │ ├── icon-Penguin.gif
│ │ ├── icon-Pteranodon.gif
│ │ ├── item-duck-domestic.gif
│ │ ├── item-duck-wild.gif
│ │ ├── item-owl-day.gif
│ │ ├── item-owl-night.gif
│ │ ├── item-pelican-flowerloving.gif
│ │ ├── item-pelican-grassloving.gif
│ │ ├── item-penguine-adventurous.gif
│ │ ├── item-penguine-homey.gif
│ │ ├── item-pteranodon-ancient.gif
│ │ └── item-pteranodon-old.gif
│ ├── Bugs
│ │ ├── icon-ant.gif
│ │ ├── icon-butterfly.gif
│ │ ├── icon-dragonfly.gif
│ │ ├── icon-frog.gif
│ │ ├── icon-slug.gif
│ │ ├── icon-spider.gif
│ │ ├── item-ant-queen.gif
│ │ ├── item-ant-soldier.gif
│ │ ├── item-ant-worker.gif
│ │ ├── item-butterfly-adult.gif
│ │ ├── item-butterfly-larva.gif
│ │ ├── item-butterfly-pupa.gif
│ │ ├── item-dragonfly-omnivore.gif
│ │ ├── item-dragonfly-vegan.gif
│ │ ├── item-dragonfly-vegetarian.gif
│ │ ├── item-frog-false.gif
│ │ ├── item-frog-true.gif
│ │ ├── item-slug-habitat.gif
│ │ ├── item-slug-naked.gif
│ │ ├── item-spider-Aranielladisplicata.gif
│ │ └── item-spider-Dysderacrocata.gif
│ ├── Endangered
│ │ ├── icon-dino.gif
│ │ ├── icon-fish.gif
│ │ ├── icon-panda.gif
│ │ ├── icon-pet.gif
│ │ ├── icon-skeleton.gif
│ │ ├── item-dino-pointy.gif
│ │ ├── item-dino-shaved.gif
│ │ ├── item-dino-spiky.gif
│ │ ├── item-fish-caught.gif
│ │ ├── item-fish-drunk.gif
│ │ ├── item-fish-lost.gif
│ │ ├── item-panda-exclusive.gif
│ │ ├── item-pet-kitty.gif
│ │ ├── item-pet-rover.gif
│ │ ├── item-pet-thumper.gif
│ │ ├── item-skeleton-aphrodite.gif
│ │ ├── item-skeleton-female.gif
│ │ ├── item-skeleton-hermaphrodite.gif
│ │ └── item-skeleton-male.gif
│ └── Fish
│ ├── icon-Ballonfish.gif
│ ├── icon-Blindfish.gif
│ ├── icon-crabfish.gif
│ ├── icon-eucalyptus.gif
│ ├── icon-meno.gif
│ ├── icon-misterno.gif
│ ├── icon-nosyfish.gif
│ ├── icon-toothferry.gif
│ ├── item-MisterNo-black.gif
│ ├── item-MisterNo-sable.gif
│ ├── item-MisterNo-sepia.gif
│ ├── item-balloon-extra-stretch.gif
│ ├── item-balloon-flammable.gif
│ ├── item-balloon-natural.gif
│ ├── item-blindfish-blind.gif
│ ├── item-blindfish-farsighted.gif
│ ├── item-blindfish-shortsighted.gif
│ ├── item-crabfish-ballet.gif
│ ├── item-crabfish-ballroom.gif
│ ├── item-crabfish-tabdance.gif
│ ├── item-eucalyptus-longarms.gif
│ ├── item-eucalyptus-shortarms.gif
│ ├── item-meno-camouflage.gif
│ ├── item-meno-happy.gif
│ ├── item-meno-worried.gif
│ ├── item-nosyfish-beastly.gif
│ ├── item-nosyfish-invidious.gif
│ ├── item-nosyfish-mean.gif
│ ├── item-nosyfish-sneaky.gif
│ ├── item-toothferry-toothless.gif
│ └── item-toothferry-withteeth.gif
├── Sql
│ └── MyPetShop.sql
├── packages
│ ├── AjaxControlToolkit.7.1213
│ │ ├── AjaxControlToolkit.7.1213.nupkg
│ │ ├── content
│ │ │ └── web.config.transform
│ │ ├── lib
│ │ │ ├── 35
│ │ │ │ ├── AjaxControlToolkit.dll
│ │ │ │ ├── ar
│ │ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ │ ├── cs
│ │ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ │ ├── de
│ │ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ │ ├── es
│ │ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ │ ├── fr
│ │ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ │ ├── he
│ │ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ │ ├── hi
│ │ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ │ ├── it
│ │ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ │ ├── ja
│ │ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ │ ├── ko
│ │ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ │ ├── nl
│ │ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ │ ├── pl
│ │ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ │ ├── pt
│ │ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ │ ├── ru
│ │ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ │ ├── tr-TR
│ │ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ │ ├── zh-CHS
│ │ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ │ └── zh-CHT
│ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ ├── 40
│ │ │ │ ├── AjaxControlToolkit.dll
│ │ │ │ ├── ar
│ │ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ │ ├── cs
│ │ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ │ ├── de
│ │ │ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ │ │ └── System.Spatial.resources.dll
│ │ │ │ ├── es
│ │ │ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ │ │ └── System.Spatial.resources.dll
│ │ │ │ ├── fr
│ │ │ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ │ │ └── System.Spatial.resources.dll
│ │ │ │ ├── he
│ │ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ │ ├── hi
│ │ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ │ ├── it
│ │ │ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ │ │ └── System.Spatial.resources.dll
│ │ │ │ ├── ja
│ │ │ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ │ │ └── System.Spatial.resources.dll
│ │ │ │ ├── ko
│ │ │ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ │ │ └── System.Spatial.resources.dll
│ │ │ │ ├── nl
│ │ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ │ ├── pl
│ │ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ │ ├── pt
│ │ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ │ ├── ru
│ │ │ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ │ │ └── System.Spatial.resources.dll
│ │ │ │ ├── tr-TR
│ │ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ │ ├── zh-CHS
│ │ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ │ └── zh-CHT
│ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ └── 45
│ │ │ ├── AjaxControlToolkit.dll
│ │ │ ├── ar
│ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ ├── cs
│ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ ├── de
│ │ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ │ └── System.Spatial.resources.dll
│ │ │ ├── es
│ │ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ │ └── System.Spatial.resources.dll
│ │ │ ├── fr
│ │ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ │ └── System.Spatial.resources.dll
│ │ │ ├── he
│ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ ├── hi
│ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ ├── it
│ │ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ │ └── System.Spatial.resources.dll
│ │ │ ├── ja
│ │ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ │ └── System.Spatial.resources.dll
│ │ │ ├── ko
│ │ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ │ └── System.Spatial.resources.dll
│ │ │ ├── nl
│ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ ├── pl
│ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ ├── pt
│ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ ├── ru
│ │ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ │ └── System.Spatial.resources.dll
│ │ │ ├── tr-TR
│ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ ├── zh-CHS
│ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ └── zh-CHT
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ └── tools
│ │ └── install.ps1
│ ├── AjaxMin.4.97.4951.28483
│ │ ├── AjaxMin.4.97.4951.28483.nupkg
│ │ ├── lib
│ │ │ ├── net20
│ │ │ │ └── AjaxMin.dll
│ │ │ ├── net35
│ │ │ │ └── AjaxMin.dll
│ │ │ └── net40
│ │ │ └── AjaxMin.dll
│ │ └── tools
│ │ ├── net35
│ │ │ ├── AjaxMin.dll
│ │ │ ├── AjaxMin.targets
│ │ │ └── AjaxMinTask.dll
│ │ └── net40
│ │ ├── AjaxMin.dll
│ │ ├── AjaxMin.targets
│ │ └── AjaxMinTask.dll
│ ├── HtmlAgilityPack.1.4.6
│ │ ├── HAPIcon.png
│ │ ├── HtmlAgilityPack.1.4.6.nupkg
│ │ ├── lib
│ │ │ ├── Net20
│ │ │ │ ├── HtmlAgilityPack.dll
│ │ │ │ ├── HtmlAgilityPack.pdb
│ │ │ │ └── HtmlAgilityPack.xml
│ │ │ ├── Net40
│ │ │ │ ├── HtmlAgilityPack.XML
│ │ │ │ ├── HtmlAgilityPack.dll
│ │ │ │ └── HtmlAgilityPack.pdb
│ │ │ ├── Net40-client
│ │ │ │ ├── HtmlAgilityPack.dll
│ │ │ │ ├── HtmlAgilityPack.pdb
│ │ │ │ └── HtmlAgilityPack.xml
│ │ │ ├── Net45
│ │ │ │ ├── HtmlAgilityPack.XML
│ │ │ │ ├── HtmlAgilityPack.dll
│ │ │ │ └── HtmlAgilityPack.pdb
│ │ │ ├── sl3-wp
│ │ │ │ ├── HtmlAgilityPack.XML
│ │ │ │ ├── HtmlAgilityPack.dll
│ │ │ │ └── HtmlAgilityPack.pdb
│ │ │ ├── sl4
│ │ │ │ ├── HtmlAgilityPack.XML
│ │ │ │ ├── HtmlAgilityPack.dll
│ │ │ │ └── HtmlAgilityPack.pdb
│ │ │ ├── sl4-windowsphone71
│ │ │ │ ├── HtmlAgilityPack.XML
│ │ │ │ ├── HtmlAgilityPack.dll
│ │ │ │ └── HtmlAgilityPack.pdb
│ │ │ ├── sl5
│ │ │ │ ├── HtmlAgilityPack.XML
│ │ │ │ ├── HtmlAgilityPack.dll
│ │ │ │ └── HtmlAgilityPack.pdb
│ │ │ └── winrt45
│ │ │ ├── HtmlAgilityPack.dll
│ │ │ ├── HtmlAgilityPack.pdb
│ │ │ ├── HtmlAgilityPack.pri
│ │ │ └── HtmlAgilityPack.xml
│ │ └── readme.txt
│ ├── Microsoft.Data.Edm.5.2.0
│ │ ├── Microsoft.Data.Edm.5.2.0.nupkg
│ │ └── lib
│ │ ├── net40
│ │ │ ├── Microsoft.Data.Edm.dll
│ │ │ ├── Microsoft.Data.Edm.xml
│ │ │ ├── de
│ │ │ │ └── Microsoft.Data.Edm.resources.dll
│ │ │ ├── es
│ │ │ │ └── Microsoft.Data.Edm.resources.dll
│ │ │ ├── fr
│ │ │ │ └── Microsoft.Data.Edm.resources.dll
│ │ │ ├── it
│ │ │ │ └── Microsoft.Data.Edm.resources.dll
│ │ │ ├── ja
│ │ │ │ └── Microsoft.Data.Edm.resources.dll
│ │ │ ├── ko
│ │ │ │ └── Microsoft.Data.Edm.resources.dll
│ │ │ ├── ru
│ │ │ │ └── Microsoft.Data.Edm.resources.dll
│ │ │ ├── zh-Hans
│ │ │ │ └── Microsoft.Data.Edm.resources.dll
│ │ │ └── zh-Hant
│ │ │ └── Microsoft.Data.Edm.resources.dll
│ │ └── sl4
│ │ ├── Microsoft.Data.Edm.SL.dll
│ │ ├── Microsoft.Data.Edm.SL.xml
│ │ ├── de
│ │ │ └── Microsoft.Data.Edm.SL.resources.dll
│ │ ├── es
│ │ │ └── Microsoft.Data.Edm.SL.resources.dll
│ │ ├── fr
│ │ │ └── Microsoft.Data.Edm.SL.resources.dll
│ │ ├── it
│ │ │ └── Microsoft.Data.Edm.SL.resources.dll
│ │ ├── ja
│ │ │ └── Microsoft.Data.Edm.SL.resources.dll
│ │ ├── ko
│ │ │ └── Microsoft.Data.Edm.SL.resources.dll
│ │ ├── ru
│ │ │ └── Microsoft.Data.Edm.SL.resources.dll
│ │ ├── zh-Hans
│ │ │ └── Microsoft.Data.Edm.SL.resources.dll
│ │ └── zh-Hant
│ │ └── Microsoft.Data.Edm.SL.resources.dll
│ ├── Microsoft.Data.OData.5.2.0
│ │ ├── Microsoft.Data.OData.5.2.0.nupkg
│ │ └── lib
│ │ ├── net40
│ │ │ ├── Microsoft.Data.OData.dll
│ │ │ ├── Microsoft.Data.OData.xml
│ │ │ ├── de
│ │ │ │ └── Microsoft.Data.OData.resources.dll
│ │ │ ├── es
│ │ │ │ └── Microsoft.Data.OData.resources.dll
│ │ │ ├── fr
│ │ │ │ └── Microsoft.Data.OData.resources.dll
│ │ │ ├── it
│ │ │ │ └── Microsoft.Data.OData.resources.dll
│ │ │ ├── ja
│ │ │ │ └── Microsoft.Data.OData.resources.dll
│ │ │ ├── ko
│ │ │ │ └── Microsoft.Data.OData.resources.dll
│ │ │ ├── ru
│ │ │ │ └── Microsoft.Data.OData.resources.dll
│ │ │ ├── zh-Hans
│ │ │ │ └── Microsoft.Data.OData.resources.dll
│ │ │ └── zh-Hant
│ │ │ └── Microsoft.Data.OData.resources.dll
│ │ └── sl4
│ │ ├── Microsoft.Data.OData.SL.dll
│ │ ├── Microsoft.Data.OData.SL.xml
│ │ ├── de
│ │ │ └── Microsoft.Data.OData.SL.resources.dll
│ │ ├── es
│ │ │ └── Microsoft.Data.OData.SL.resources.dll
│ │ ├── fr
│ │ │ └── Microsoft.Data.OData.SL.resources.dll
│ │ ├── it
│ │ │ └── Microsoft.Data.OData.SL.resources.dll
│ │ ├── ja
│ │ │ └── Microsoft.Data.OData.SL.resources.dll
│ │ ├── ko
│ │ │ └── Microsoft.Data.OData.SL.resources.dll
│ │ ├── ru
│ │ │ └── Microsoft.Data.OData.SL.resources.dll
│ │ ├── zh-Hans
│ │ │ └── Microsoft.Data.OData.SL.resources.dll
│ │ └── zh-Hant
│ │ └── Microsoft.Data.OData.SL.resources.dll
│ ├── Microsoft.WindowsAzure.ConfigurationManager.1.8.0.0
│ │ ├── Microsoft.WindowsAzure.ConfigurationManager.1.8.0.0.nupkg
│ │ └── lib
│ │ └── net35-full
│ │ └── Microsoft.WindowsAzure.Configuration.dll
│ ├── System.Spatial.5.2.0
│ │ ├── System.Spatial.5.2.0.nupkg
│ │ └── lib
│ │ ├── net40
│ │ │ ├── System.Spatial.dll
│ │ │ ├── System.Spatial.xml
│ │ │ ├── de
│ │ │ │ └── System.Spatial.resources.dll
│ │ │ ├── es
│ │ │ │ └── System.Spatial.resources.dll
│ │ │ ├── fr
│ │ │ │ └── System.Spatial.resources.dll
│ │ │ ├── it
│ │ │ │ └── System.Spatial.resources.dll
│ │ │ ├── ja
│ │ │ │ └── System.Spatial.resources.dll
│ │ │ ├── ko
│ │ │ │ └── System.Spatial.resources.dll
│ │ │ ├── ru
│ │ │ │ └── System.Spatial.resources.dll
│ │ │ ├── zh-Hans
│ │ │ │ └── System.Spatial.resources.dll
│ │ │ └── zh-Hant
│ │ │ └── System.Spatial.resources.dll
│ │ └── sl4
│ │ ├── System.Spatial.SL.dll
│ │ ├── System.Spatial.SL.xml
│ │ ├── de
│ │ │ └── System.Spatial.SL.resources.dll
│ │ ├── es
│ │ │ └── System.Spatial.SL.resources.dll
│ │ ├── fr
│ │ │ └── System.Spatial.SL.resources.dll
│ │ ├── it
│ │ │ └── System.Spatial.SL.resources.dll
│ │ ├── ja
│ │ │ └── System.Spatial.SL.resources.dll
│ │ ├── ko
│ │ │ └── System.Spatial.SL.resources.dll
│ │ ├── ru
│ │ │ └── System.Spatial.SL.resources.dll
│ │ ├── zh-Hans
│ │ │ └── System.Spatial.SL.resources.dll
│ │ └── zh-Hant
│ │ └── System.Spatial.SL.resources.dll
│ ├── WindowsAzure.Storage.2.1.0.4
│ │ ├── WindowsAzure.Storage.2.1.0.4.nupkg
│ │ └── lib
│ │ └── net40
│ │ ├── Microsoft.WindowsAzure.Storage.dll
│ │ └── Microsoft.WindowsAzure.Storage.xml
│ ├── jQuery.2.1.0
│ │ ├── Content
│ │ │ └── Scripts
│ │ │ ├── jquery-2.1.0-vsdoc.js
│ │ │ ├── jquery-2.1.0.js
│ │ │ ├── jquery-2.1.0.min.js
│ │ │ └── jquery-2.1.0.min.map
│ │ ├── Tools
│ │ │ ├── common.ps1
│ │ │ ├── install.ps1
│ │ │ ├── jquery-2.1.0.intellisense.js
│ │ │ └── uninstall.ps1
│ │ └── jQuery.2.1.0.nupkg
│ └── repositories.config
└── 使用说明.docx
264 directories, 1049 files
Web程序设计ASP.NET实用网站开发(第二版) 沈士根等编著。 教材的全部原码都有 包括MyPetShop实例的原码,可以运行!!!
【实例截图】
【核心代码】
Book
└── Book
├── Book.sln
├── Book.v11.suo
├── Chap10Site
│ ├── App_Data
│ │ ├── ASPNETDB.mdf
│ │ └── ASPNETDB_Log.ldf
│ ├── App_Themes
│ │ ├── Blue
│ │ │ └── Blue.skin
│ │ ├── Green
│ │ │ └── Green.skin
│ │ ├── Red
│ │ │ ├── Red.css
│ │ │ └── Red.skin
│ │ └── Yellow
│ │ └── Yellow.skin
│ ├── ContentPage.aspx
│ ├── ContentPage.aspx.cs
│ ├── Global.asax
│ ├── Login.aspx
│ ├── Login.aspx.cs
│ ├── MasterPage.master
│ ├── MasterPage.master.cs
│ ├── Scripts
│ │ ├── jquery-2.1.0.intellisense.js
│ │ ├── jquery-2.1.0.js
│ │ ├── jquery-2.1.0.min.js
│ │ └── jquery-2.1.0.min.map
│ ├── SearchUserControl.ascx
│ ├── SearchUserControl.ascx.cs
│ ├── Theme.aspx
│ ├── Theme.aspx.cs
│ ├── UserControlTest.aspx
│ ├── UserControlTest.aspx.cs
│ ├── Web.config
│ ├── WebParts.aspx
│ ├── WebParts.aspx.cs
│ └── packages.config
├── Chap13Site
│ ├── App_Code
│ │ ├── Cal.cs
│ │ ├── ICal.cs
│ │ ├── MyPetShop.dbml
│ │ ├── MyPetShop.dbml.layout
│ │ ├── MyPetShop.designer.cs
│ │ ├── Search.cs
│ │ └── WebService.cs
│ ├── App_Data
│ │ ├── MyPetShop.mdf
│ │ └── MyPetShop_log.ldf
│ ├── App_WebReferences
│ │ ├── ServiceRefCal
│ │ │ ├── Cal.disco
│ │ │ ├── Cal.wsdl
│ │ │ ├── Cal.xsd
│ │ │ ├── Cal1.xsd
│ │ │ ├── Reference.svcmap
│ │ │ ├── configuration.svcinfo
│ │ │ └── configuration91.svcinfo
│ │ └── ServiceRefWeb
│ │ ├── Reference.svcmap
│ │ ├── WebService.disco
│ │ ├── WebService.wsdl
│ │ ├── configuration.svcinfo
│ │ └── configuration91.svcinfo
│ ├── Bin
│ │ ├── AjaxControlToolkit.dll
│ │ ├── AjaxControlToolkit.dll.refresh
│ │ ├── AjaxMin.dll
│ │ ├── AjaxMin.dll.refresh
│ │ ├── HtmlAgilityPack.dll
│ │ ├── HtmlAgilityPack.dll.refresh
│ │ ├── HtmlAgilityPack.pdb
│ │ ├── HtmlAgilityPack.xml
│ │ ├── Microsoft.Data.Edm.dll
│ │ ├── Microsoft.Data.Edm.dll.refresh
│ │ ├── Microsoft.Data.Edm.xml
│ │ ├── Microsoft.Data.OData.dll
│ │ ├── Microsoft.Data.OData.dll.refresh
│ │ ├── Microsoft.Data.OData.xml
│ │ ├── Microsoft.WindowsAzure.Configuration.dll
│ │ ├── Microsoft.WindowsAzure.Configuration.dll.refresh
│ │ ├── Microsoft.WindowsAzure.Storage.dll
│ │ ├── Microsoft.WindowsAzure.Storage.dll.refresh
│ │ ├── Microsoft.WindowsAzure.Storage.xml
│ │ ├── System.Spatial.dll
│ │ ├── System.Spatial.dll.refresh
│ │ ├── System.Spatial.xml
│ │ ├── ar
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ ├── cs
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ ├── de
│ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ └── System.Spatial.resources.dll
│ │ ├── es
│ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ └── System.Spatial.resources.dll
│ │ ├── fr
│ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ └── System.Spatial.resources.dll
│ │ ├── he
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ ├── hi
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ ├── it
│ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ └── System.Spatial.resources.dll
│ │ ├── ja
│ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ └── System.Spatial.resources.dll
│ │ ├── ko
│ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ └── System.Spatial.resources.dll
│ │ ├── nl
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ ├── pl
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ ├── pt
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ ├── ru
│ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ └── System.Spatial.resources.dll
│ │ ├── tr-TR
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ ├── zh-CHS
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ ├── zh-CHT
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ ├── zh-Hans
│ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ └── System.Spatial.resources.dll
│ │ └── zh-Hant
│ │ ├── Microsoft.Data.Edm.resources.dll
│ │ ├── Microsoft.Data.OData.resources.dll
│ │ └── System.Spatial.resources.dll
│ ├── Cal.svc
│ ├── Search.asmx
│ ├── Search.aspx
│ ├── Search.aspx.cs
│ ├── WcfCal.aspx
│ ├── WcfCal.aspx.cs
│ ├── Web.config
│ ├── WebService.asmx
│ ├── WebService.aspx
│ ├── WebService.aspx.cs
│ └── packages.config
├── Chap9Site
│ ├── Admin
│ │ ├── DelUser.aspx
│ │ ├── DelUser.aspx.cs
│ │ ├── RolesUsers.aspx
│ │ ├── RolesUsers.aspx.cs
│ │ └── Web.config
│ ├── App_Data
│ │ ├── ASPNETDB.mdf
│ │ └── ASPNETDB_Log.ldf
│ ├── ChangePwd.aspx
│ ├── ChangePwd.aspx.cs
│ ├── Default.aspx
│ ├── Default.aspx.cs
│ ├── GetPwd.aspx
│ ├── GetPwd.aspx.cs
│ ├── GetPwd.txt
│ ├── Global.asax
│ ├── Login.aspx
│ ├── Login.aspx.cs
│ ├── NewUser.aspx
│ ├── NewUser.aspx.cs
│ ├── Scripts
│ │ ├── jquery-2.1.0.intellisense.js
│ │ ├── jquery-2.1.0.js
│ │ ├── jquery-2.1.0.min.js
│ │ └── jquery-2.1.0.min.map
│ ├── ThankEmail.txt
│ ├── Web.config
│ └── packages.config
├── ChapSite
│ ├── App_Code
│ │ ├── Account.cs
│ │ ├── AccountEvent.cs
│ │ ├── EnterpriseAccount.cs
│ │ ├── MyPetShop.dbml
│ │ ├── MyPetShop.dbml.layout
│ │ └── MyPetShop.designer.cs
│ ├── App_Data
│ │ ├── ASPNETDB.mdf
│ │ ├── ASPNETDB_Log.ldf
│ │ ├── MyPetShop.mdf
│ │ └── MyPetShop_log.ldf
│ ├── Chap11
│ │ ├── Consulting.aspx
│ │ ├── Consulting.aspx.cs
│ │ ├── Hardware.aspx
│ │ ├── Hardware.aspx.cs
│ │ ├── Home.aspx
│ │ ├── Home.aspx.cs
│ │ ├── Products.aspx
│ │ ├── Products.aspx.cs
│ │ ├── Products.sitemap
│ │ ├── Services.aspx
│ │ ├── Services.aspx.cs
│ │ ├── Services.sitemap
│ │ ├── SiteMap.master
│ │ ├── SiteMap.master.cs
│ │ ├── Software.aspx
│ │ ├── Software.aspx.cs
│ │ ├── Support.aspx
│ │ ├── Support.aspx.cs
│ │ ├── Training.aspx
│ │ ├── Training.aspx.cs
│ │ ├── TreeView.aspx
│ │ └── TreeView.aspx.cs
│ ├── Chap12
│ │ ├── MultiUpdatePanel.aspx
│ │ ├── MultiUpdatePanel.aspx.cs
│ │ ├── Timer.aspx
│ │ ├── Timer.aspx.cs
│ │ ├── UpdatePnlIn.aspx
│ │ ├── UpdatePnlIn.aspx.cs
│ │ ├── UpdatePnlOut.aspx
│ │ ├── UpdatePnlOut.aspx.cs
│ │ ├── UpdateProgress.aspx
│ │ ├── UpdateProgress.aspx.cs
│ │ └── wait.gif
│ ├── Chap14
│ │ ├── BinaryRW.aspx
│ │ ├── BinaryRW.aspx.cs
│ │ ├── Directory.aspx
│ │ ├── Directory.aspx.cs
│ │ ├── DriveInfo.aspx
│ │ ├── DriveInfo.aspx.cs
│ │ ├── FileInfo.aspx
│ │ ├── FileInfo.aspx.cs
│ │ ├── FileStream.aspx
│ │ ├── FileStream.aspx.cs
│ │ ├── FileUpload.aspx
│ │ ├── FileUpload.aspx.cs
│ │ ├── StreamRW.aspx
│ │ ├── StreamRW.aspx.cs
│ │ ├── Temp
│ │ │ ├── Bin.bin
│ │ │ ├── Test.txt
│ │ │ ├── Test2.txt
│ │ │ └── Txt.txt
│ │ ├── Temp2
│ │ │ └── Test2.txt
│ │ └── Test.txt
│ ├── Chap2
│ │ ├── Ajax.aspx
│ │ ├── Ajax.aspx.cs
│ │ ├── BodyJS.aspx
│ │ ├── BodyJS.aspx.cs
│ │ ├── Breakfast.xml
│ │ ├── ChangeImg.aspx
│ │ ├── ChangeImg.aspx.cs
│ │ ├── CodeBehind.aspx
│ │ ├── CodeBehind.aspx.cs
│ │ ├── Database.aspx
│ │ ├── Database.aspx.cs
│ │ ├── Default.aspx
│ │ ├── Default.aspx.cs
│ │ ├── Exterior.aspx
│ │ ├── Exterior.aspx.cs
│ │ ├── FileJS.aspx
│ │ ├── FileJS.aspx.cs
│ │ ├── HTML5.html
│ │ ├── HeadJS.aspx
│ │ ├── HeadJS.aspx.cs
│ │ ├── Interior.aspx
│ │ ├── Interior.aspx.cs
│ │ ├── ManageXhtml.aspx
│ │ ├── ManageXhtml.aspx.cs
│ │ ├── SimplePage.aspx
│ │ ├── Timer.aspx
│ │ ├── Timer.aspx.cs
│ │ ├── TimerJQuery.aspx
│ │ └── TimerJQuery.aspx.cs
│ ├── Chap3
│ │ ├── AccountEventPage.aspx
│ │ ├── AccountEventPage.aspx.cs
│ │ ├── AccountPage.aspx
│ │ ├── AccountPage.aspx.cs
│ │ ├── Enum.aspx
│ │ ├── Enum.aspx.cs
│ │ ├── Exception.aspx
│ │ ├── Exception.aspx.cs
│ │ ├── ExceptionNo.aspx
│ │ ├── ExceptionNo.aspx.cs
│ │ ├── For.aspx
│ │ ├── For.aspx.cs
│ │ ├── Foreach.aspx
│ │ ├── Foreach.aspx.cs
│ │ ├── Switch.aspx
│ │ ├── Switch.aspx.cs
│ │ ├── Test.txt
│ │ ├── Throw.aspx
│ │ ├── Throw.aspx.cs
│ │ ├── While.aspx
│ │ └── While.aspx.cs
│ ├── Chap4
│ │ ├── CheckBoxList.aspx
│ │ ├── CheckBoxList.aspx.cs
│ │ ├── ClientClick.aspx
│ │ ├── ClientClick.aspx.cs
│ │ ├── DropDownList.aspx
│ │ ├── DropDownList.aspx.cs
│ │ ├── HyperLink.aspx
│ │ ├── HyperLink.aspx.cs
│ │ ├── ImageMap.aspx
│ │ ├── ImageMap.aspx.cs
│ │ ├── IsPostBack.aspx
│ │ ├── IsPostBack.aspx.cs
│ │ ├── Label.aspx
│ │ ├── Label.aspx.cs
│ │ ├── LabelStyle.aspx
│ │ ├── LabelStyle.aspx.cs
│ │ ├── LabelTable.aspx
│ │ ├── LabelTable.aspx.cs
│ │ ├── ListBox.aspx
│ │ ├── ListBox.aspx.cs
│ │ ├── Panel.aspx
│ │ ├── Panel.aspx.cs
│ │ ├── PlaceHolder.aspx
│ │ ├── PlaceHolder.aspx.cs
│ │ ├── Table.aspx
│ │ ├── Table.aspx.cs
│ │ ├── TextBox.aspx
│ │ └── TextBox.aspx.cs
│ ├── Chap5
│ │ ├── Compare.aspx
│ │ ├── Compare.aspx.cs
│ │ ├── CompareTable.aspx
│ │ ├── CompareTable.aspx.cs
│ │ ├── CustomClient.aspx
│ │ ├── CustomClient.aspx.cs
│ │ ├── CustomServer.aspx
│ │ ├── CustomServer.aspx.cs
│ │ ├── MultiValidate.aspx
│ │ ├── MultiValidate.aspx.cs
│ │ ├── MultiValidateTable.aspx
│ │ ├── MultiValidateTable.aspx.cs
│ │ ├── Range.aspx
│ │ ├── Range.aspx.cs
│ │ ├── Regular.aspx
│ │ ├── Regular.aspx.cs
│ │ ├── Require.aspx
│ │ └── Require.aspx.cs
│ ├── Chap6
│ │ ├── Application.aspx
│ │ ├── Application.aspx.cs
│ │ ├── Cookie.aspx
│ │ ├── Cookie.aspx.cs
│ │ ├── CookieLogin.aspx
│ │ ├── CookieLogin.aspx.cs
│ │ ├── CookieLoginTable.aspx
│ │ ├── CookieLoginTable.aspx.cs
│ │ ├── CookieTable.aspx
│ │ ├── CookieTable.aspx.cs
│ │ ├── Cross1.aspx
│ │ ├── Cross1.aspx.cs
│ │ ├── Cross1Table.aspx
│ │ ├── Cross1Table.aspx.cs
│ │ ├── Cross2.aspx
│ │ ├── Cross2.aspx.cs
│ │ ├── Cross2Table.aspx
│ │ ├── Cross2Table.aspx.cs
│ │ ├── Profile.aspx
│ │ ├── Profile.aspx.cs
│ │ ├── QueryString1.aspx
│ │ ├── QueryString1.aspx.cs
│ │ ├── QueryString2.aspx
│ │ ├── QueryString2.aspx.cs
│ │ ├── Redirect.aspx
│ │ ├── Redirect.aspx.cs
│ │ ├── Request.aspx
│ │ ├── Request.aspx.cs
│ │ ├── Server.aspx
│ │ ├── Server.aspx.cs
│ │ ├── Session.aspx
│ │ ├── Session.aspx.cs
│ │ ├── SessionLogin.aspx
│ │ ├── SessionLogin.aspx.cs
│ │ ├── SessionLoginTable.aspx
│ │ ├── SessionLoginTable.aspx.cs
│ │ ├── Student.aspx
│ │ ├── Student.aspx.cs
│ │ ├── Teacher.aspx
│ │ ├── Teacher.aspx.cs
│ │ ├── Write.aspx
│ │ └── Write.aspx.cs
│ ├── Chap7
│ │ ├── BookLinq.xml
│ │ ├── LinqDSGrid.aspx
│ │ ├── LinqDSGrid.aspx.cs
│ │ ├── LinqSqlManageData.aspx
│ │ ├── LinqSqlManageData.aspx.cs
│ │ ├── LinqSqlQuery.aspx
│ │ ├── LinqSqlQuery.aspx.cs
│ │ ├── LinqXml.aspx
│ │ └── LinqXml.aspx.cs
│ ├── Chap8
│ │ ├── DropLinq.aspx
│ │ ├── DropLinq.aspx.cs
│ │ ├── GridBound.aspx
│ │ ├── GridBound.aspx.cs
│ │ ├── GridDelete.aspx
│ │ ├── GridDelete.aspx.cs
│ │ ├── GridDetails.aspx
│ │ ├── GridDetails.aspx.cs
│ │ ├── GridMain.aspx
│ │ ├── GridMain.aspx.cs
│ │ ├── GridMainSub.aspx
│ │ ├── GridMainSub.aspx.cs
│ │ ├── GridPageSort.aspx
│ │ ├── GridPageSort.aspx.cs
│ │ ├── GridSub.aspx
│ │ ├── GridSub.aspx.cs
│ │ ├── GridTemplate.aspx
│ │ ├── GridTemplate.aspx.cs
│ │ ├── GridUpdate.aspx
│ │ ├── GridUpdate.aspx.cs
│ │ ├── GridUpdateTable.aspx
│ │ ├── GridUpdateTable.aspx.cs
│ │ ├── RdoListLinq.aspx
│ │ ├── RdoListLinq.aspx.cs
│ │ ├── Update.aspx
│ │ ├── Update.aspx.cs
│ │ ├── UpdateTable.aspx
│ │ └── UpdateTable.aspx.cs
│ ├── Global.asax
│ ├── Images
│ │ ├── map.jpg
│ │ ├── mouseOut.jpg
│ │ └── mouseOver.jpg
│ ├── Prod_Images
│ │ ├── Backyard
│ │ │ ├── Thumbs.db
│ │ │ ├── cat.gif
│ │ │ └── zebra.gif
│ │ ├── Birds
│ │ │ ├── Thumbs.db
│ │ │ ├── domestic.gif
│ │ │ └── flowerloving.gif
│ │ ├── Bugs
│ │ │ ├── Thumbs.db
│ │ │ ├── ant.gif
│ │ │ └── butterfly.gif
│ │ ├── Endangered
│ │ │ ├── Thumbs.db
│ │ │ ├── panda.gif
│ │ │ └── pointy.gif
│ │ └── Fish
│ │ ├── Thumbs.db
│ │ ├── eucalyptus.gif
│ │ └── meno.gif
│ ├── Scripts
│ │ ├── FileJS.js
│ │ ├── jquery-2.1.0.intellisense.js
│ │ ├── jquery-2.1.0.js
│ │ ├── jquery-2.1.0.min.js
│ │ └── jquery-2.1.0.min.map
│ ├── Styles
│ │ └── Exterior.css
│ ├── Uploads
│ │ └── Test.bmp
│ ├── Web.config
│ ├── Web.sitemap
│ ├── Web1.sitemap
│ └── packages.config
├── Example9_1Site
│ ├── Default.aspx
│ ├── Default.aspx.cs
│ ├── Login.aspx
│ ├── Login.aspx.cs
│ └── Web.config
├── MyPetShop
│ ├── Admin
│ │ ├── AddPro.aspx
│ │ ├── AddPro.aspx.cs
│ │ ├── CategoryMaster.aspx
│ │ ├── CategoryMaster.aspx.cs
│ │ ├── Default.aspx
│ │ ├── Default.aspx.cs
│ │ ├── OrderMaster.aspx
│ │ ├── OrderMaster.aspx.cs
│ │ ├── OrderSub.aspx
│ │ ├── OrderSub.aspx.cs
│ │ ├── ProductMaster.aspx
│ │ ├── ProductMaster.aspx.cs
│ │ ├── ProductSub.aspx
│ │ ├── ProductSub.aspx.cs
│ │ ├── SupplierMaster.aspx
│ │ ├── SupplierMaster.aspx.cs
│ │ └── Web.config
│ ├── App_Code
│ │ ├── MyPetShop.dbml
│ │ ├── MyPetShop.dbml.layout
│ │ ├── MyPetShop.designer.cs
│ │ └── Search.cs
│ ├── App_Data
│ │ ├── ASPNETDB.mdf
│ │ ├── ASPNETDB_Log.ldf
│ │ ├── MyPetShop.mdf
│ │ └── MyPetShop_log.ldf
│ ├── App_WebReferences
│ │ └── WeatherServiceRef
│ │ ├── WeatherWebService.disco
│ │ ├── WeatherWebService.discomap
│ │ └── WeatherWebService.wsdl
│ ├── Bin
│ │ ├── AjaxControlToolkit.dll
│ │ ├── AjaxControlToolkit.dll.refresh
│ │ ├── AjaxMin.dll
│ │ ├── AjaxMin.dll.refresh
│ │ ├── HtmlAgilityPack.dll
│ │ ├── HtmlAgilityPack.dll.refresh
│ │ ├── HtmlAgilityPack.pdb
│ │ ├── HtmlAgilityPack.xml
│ │ ├── Microsoft.Data.Edm.dll
│ │ ├── Microsoft.Data.Edm.dll.refresh
│ │ ├── Microsoft.Data.Edm.xml
│ │ ├── Microsoft.Data.OData.dll
│ │ ├── Microsoft.Data.OData.dll.refresh
│ │ ├── Microsoft.Data.OData.xml
│ │ ├── Microsoft.WindowsAzure.Configuration.dll
│ │ ├── Microsoft.WindowsAzure.Configuration.dll.refresh
│ │ ├── Microsoft.WindowsAzure.Storage.dll
│ │ ├── Microsoft.WindowsAzure.Storage.dll.refresh
│ │ ├── Microsoft.WindowsAzure.Storage.xml
│ │ ├── System.Spatial.dll
│ │ ├── System.Spatial.dll.refresh
│ │ ├── System.Spatial.xml
│ │ ├── ar
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ ├── cs
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ ├── de
│ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ └── System.Spatial.resources.dll
│ │ ├── es
│ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ └── System.Spatial.resources.dll
│ │ ├── fr
│ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ └── System.Spatial.resources.dll
│ │ ├── he
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ ├── hi
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ ├── it
│ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ └── System.Spatial.resources.dll
│ │ ├── ja
│ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ └── System.Spatial.resources.dll
│ │ ├── ko
│ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ └── System.Spatial.resources.dll
│ │ ├── nl
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ ├── pl
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ ├── pt
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ ├── ru
│ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ └── System.Spatial.resources.dll
│ │ ├── tr-TR
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ ├── zh-CHS
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ ├── zh-CHT
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ ├── zh-Hans
│ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ └── System.Spatial.resources.dll
│ │ └── zh-Hant
│ │ ├── Microsoft.Data.Edm.resources.dll
│ │ ├── Microsoft.Data.OData.resources.dll
│ │ └── System.Spatial.resources.dll
│ ├── ChangePwd.aspx
│ ├── ChangePwd.aspx.cs
│ ├── Default.aspx
│ ├── Default.aspx.cs
│ ├── GetPwd.aspx
│ ├── GetPwd.aspx.cs
│ ├── GetPwd.txt
│ ├── Global.asax
│ ├── Images
│ │ ├── arrow.gif
│ │ ├── close.gif
│ │ ├── google_logo.gif
│ │ ├── logo.gif
│ │ ├── maxsize.gif
│ │ ├── minsize.gif
│ │ ├── new_flash.gif
│ │ ├── searchbutton.gif
│ │ ├── spacer.gif
│ │ ├── weather
│ │ │ ├── 0.gif
│ │ │ ├── 1.gif
│ │ │ ├── 10.gif
│ │ │ ├── 11.gif
│ │ │ ├── 12.gif
│ │ │ ├── 13.gif
│ │ │ ├── 14.gif
│ │ │ ├── 15.gif
│ │ │ ├── 16.gif
│ │ │ ├── 17.gif
│ │ │ ├── 18.gif
│ │ │ ├── 19.gif
│ │ │ ├── 2.gif
│ │ │ ├── 20.gif
│ │ │ ├── 21.gif
│ │ │ ├── 22.gif
│ │ │ ├── 23.gif
│ │ │ ├── 24.gif
│ │ │ ├── 25.gif
│ │ │ ├── 26.gif
│ │ │ ├── 27.gif
│ │ │ ├── 28.gif
│ │ │ ├── 29.gif
│ │ │ ├── 3.gif
│ │ │ ├── 30.gif
│ │ │ ├── 31.gif
│ │ │ ├── 4.gif
│ │ │ ├── 5.gif
│ │ │ ├── 6.gif
│ │ │ ├── 7.gif
│ │ │ ├── 8.gif
│ │ │ ├── 9.gif
│ │ │ ├── Read me.txt
│ │ │ ├── a_0.gif
│ │ │ ├── a_1.gif
│ │ │ ├── a_10.gif
│ │ │ ├── a_11.gif
│ │ │ ├── a_12.gif
│ │ │ ├── a_13.gif
│ │ │ ├── a_14.gif
│ │ │ ├── a_15.gif
│ │ │ ├── a_16.gif
│ │ │ ├── a_17.gif
│ │ │ ├── a_18.gif
│ │ │ ├── a_19.gif
│ │ │ ├── a_2.gif
│ │ │ ├── a_20.gif
│ │ │ ├── a_21.gif
│ │ │ ├── a_22.gif
│ │ │ ├── a_23.gif
│ │ │ ├── a_24.gif
│ │ │ ├── a_25.gif
│ │ │ ├── a_26.gif
│ │ │ ├── a_27.gif
│ │ │ ├── a_28.gif
│ │ │ ├── a_29.gif
│ │ │ ├── a_3.gif
│ │ │ ├── a_30.gif
│ │ │ ├── a_31.gif
│ │ │ ├── a_4.gif
│ │ │ ├── a_5.gif
│ │ │ ├── a_6.gif
│ │ │ ├── a_7.gif
│ │ │ ├── a_8.gif
│ │ │ ├── a_9.gif
│ │ │ ├── a_nothing.gif
│ │ │ ├── b_0.gif
│ │ │ ├── b_1.gif
│ │ │ ├── b_10.gif
│ │ │ ├── b_11.gif
│ │ │ ├── b_12.gif
│ │ │ ├── b_13.gif
│ │ │ ├── b_14.gif
│ │ │ ├── b_15.gif
│ │ │ ├── b_16.gif
│ │ │ ├── b_17.gif
│ │ │ ├── b_18.gif
│ │ │ ├── b_19.gif
│ │ │ ├── b_2.gif
│ │ │ ├── b_20.gif
│ │ │ ├── b_21.gif
│ │ │ ├── b_22.gif
│ │ │ ├── b_23.gif
│ │ │ ├── b_24.gif
│ │ │ ├── b_25.gif
│ │ │ ├── b_26.gif
│ │ │ ├── b_27.gif
│ │ │ ├── b_28.gif
│ │ │ ├── b_29.gif
│ │ │ ├── b_3.gif
│ │ │ ├── b_30.gif
│ │ │ ├── b_31.gif
│ │ │ ├── b_4.gif
│ │ │ ├── b_5.gif
│ │ │ ├── b_6.gif
│ │ │ ├── b_7.gif
│ │ │ ├── b_8.gif
│ │ │ ├── b_9.gif
│ │ │ ├── b_nothing.gif
│ │ │ ├── nothing.gif
│ │ │ ├── r_b.gif
│ │ │ ├── r_t1.gif
│ │ │ ├── tem1.gif
│ │ │ ├── tem2.gif
│ │ │ ├── tem3.gif
│ │ │ ├── tem4.gif
│ │ │ └── tem5.gif
│ │ └── xml.gif
│ ├── Login.aspx
│ ├── Login.aspx.cs
│ ├── Map.aspx
│ ├── Map.aspx.cs
│ ├── MasterPage.master
│ ├── MasterPage.master.cs
│ ├── NewUser.aspx
│ ├── NewUser.aspx.cs
│ ├── OrderList.aspx
│ ├── OrderList.aspx.cs
│ ├── ProShow.aspx
│ ├── ProShow.aspx.cs
│ ├── Prod_Images
│ │ ├── Backyard
│ │ │ ├── 200944162331icon-cat.gif
│ │ │ ├── Thumbs.db
│ │ │ ├── cat.gif
│ │ │ └── zebra.gif
│ │ ├── Birds
│ │ │ ├── Thumbs.db
│ │ │ ├── domestic.gif
│ │ │ └── flowerloving.gif
│ │ ├── Bugs
│ │ │ ├── Thumbs.db
│ │ │ ├── ant.gif
│ │ │ └── butterfly.gif
│ │ ├── Endangered
│ │ │ ├── Thumbs.db
│ │ │ ├── panda.gif
│ │ │ └── pointy.gif
│ │ └── Fish
│ │ ├── Thumbs.db
│ │ ├── eucalyptus.gif
│ │ └── meno.gif
│ ├── Scripts
│ │ ├── jquery-2.1.0.intellisense.js
│ │ ├── jquery-2.1.0.js
│ │ ├── jquery-2.1.0.min.js
│ │ └── jquery-2.1.0.min.map
│ ├── Search.asmx
│ ├── Search.aspx
│ ├── Search.aspx.cs
│ ├── ShopCart.aspx
│ ├── ShopCart.aspx.cs
│ ├── Sql
│ │ └── MyPetShop.sql
│ ├── Styles
│ │ ├── Style.css
│ │ └── Weather.css
│ ├── SubmitCart.aspx
│ ├── SubmitCart.aspx.cs
│ ├── ThankEmail.txt
│ ├── UserControl
│ │ ├── AutoShow.ascx
│ │ ├── AutoShow.ascx.cs
│ │ ├── Category.ascx
│ │ ├── Category.ascx.cs
│ │ ├── NewProduct.ascx
│ │ ├── NewProduct.ascx.cs
│ │ ├── PetTree.ascx
│ │ ├── PetTree.ascx.cs
│ │ ├── SiteMap.ascx
│ │ ├── SiteMap.ascx.cs
│ │ ├── UserStatus.ascx
│ │ ├── UserStatus.ascx.cs
│ │ ├── Weather.ascx
│ │ └── Weather.ascx.cs
│ ├── Weather.aspx
│ ├── Weather.aspx.cs
│ ├── Web.config
│ ├── Web.sitemap
│ ├── packages.config
│ ├── test.aspx
│ ├── test.aspx.cs
│ └── 备用素材
│ ├── Backyard
│ │ ├── icon-cat.gif
│ │ ├── icon-crab.gif
│ │ ├── icon-goose.gif
│ │ ├── icon-raccoon.gif
│ │ ├── icon-sheep.gif
│ │ ├── icon-skunk.gif
│ │ ├── icon-zebra.gif
│ │ ├── item-cat-patterned.gif
│ │ ├── item-cat-transparent.gif
│ │ ├── item-cat-uncolored.gif
│ │ ├── item-crab-dotted.gif
│ │ ├── item-crab-orange.gif
│ │ ├── item-crab-red.gif
│ │ ├── item-goose-feathered.gif
│ │ ├── item-goose-plucked.gif
│ │ ├── item-raccoon-hairy-tongue.gif
│ │ ├── item-raccoon-long-tongue.gif
│ │ ├── item-raccoon-rough-tongue.gif
│ │ ├── item-sheep-fuzzy.gif
│ │ ├── item-sheep-ironed.gif
│ │ ├── item-skunk-bad-smell.gif
│ │ ├── item-skunk-really-bad-smell.gif
│ │ ├── item-skunk-worst-smell.gif
│ │ ├── item-zebra-large.gif
│ │ ├── item-zebra-medium.gif
│ │ ├── item-zebra-small.gif
│ │ └── item-zebra-tiny.gif
│ ├── Birds
│ │ ├── icon-Duck.gif
│ │ ├── icon-Owl.gif
│ │ ├── icon-Pelican.gif
│ │ ├── icon-Penguin.gif
│ │ ├── icon-Pteranodon.gif
│ │ ├── item-duck-domestic.gif
│ │ ├── item-duck-wild.gif
│ │ ├── item-owl-day.gif
│ │ ├── item-owl-night.gif
│ │ ├── item-pelican-flowerloving.gif
│ │ ├── item-pelican-grassloving.gif
│ │ ├── item-penguine-adventurous.gif
│ │ ├── item-penguine-homey.gif
│ │ ├── item-pteranodon-ancient.gif
│ │ └── item-pteranodon-old.gif
│ ├── Bugs
│ │ ├── icon-ant.gif
│ │ ├── icon-butterfly.gif
│ │ ├── icon-dragonfly.gif
│ │ ├── icon-frog.gif
│ │ ├── icon-slug.gif
│ │ ├── icon-spider.gif
│ │ ├── item-ant-queen.gif
│ │ ├── item-ant-soldier.gif
│ │ ├── item-ant-worker.gif
│ │ ├── item-butterfly-adult.gif
│ │ ├── item-butterfly-larva.gif
│ │ ├── item-butterfly-pupa.gif
│ │ ├── item-dragonfly-omnivore.gif
│ │ ├── item-dragonfly-vegan.gif
│ │ ├── item-dragonfly-vegetarian.gif
│ │ ├── item-frog-false.gif
│ │ ├── item-frog-true.gif
│ │ ├── item-slug-habitat.gif
│ │ ├── item-slug-naked.gif
│ │ ├── item-spider-Aranielladisplicata.gif
│ │ └── item-spider-Dysderacrocata.gif
│ ├── Endangered
│ │ ├── icon-dino.gif
│ │ ├── icon-fish.gif
│ │ ├── icon-panda.gif
│ │ ├── icon-pet.gif
│ │ ├── icon-skeleton.gif
│ │ ├── item-dino-pointy.gif
│ │ ├── item-dino-shaved.gif
│ │ ├── item-dino-spiky.gif
│ │ ├── item-fish-caught.gif
│ │ ├── item-fish-drunk.gif
│ │ ├── item-fish-lost.gif
│ │ ├── item-panda-exclusive.gif
│ │ ├── item-pet-kitty.gif
│ │ ├── item-pet-rover.gif
│ │ ├── item-pet-thumper.gif
│ │ ├── item-skeleton-aphrodite.gif
│ │ ├── item-skeleton-female.gif
│ │ ├── item-skeleton-hermaphrodite.gif
│ │ └── item-skeleton-male.gif
│ └── Fish
│ ├── icon-Ballonfish.gif
│ ├── icon-Blindfish.gif
│ ├── icon-crabfish.gif
│ ├── icon-eucalyptus.gif
│ ├── icon-meno.gif
│ ├── icon-misterno.gif
│ ├── icon-nosyfish.gif
│ ├── icon-toothferry.gif
│ ├── item-MisterNo-black.gif
│ ├── item-MisterNo-sable.gif
│ ├── item-MisterNo-sepia.gif
│ ├── item-balloon-extra-stretch.gif
│ ├── item-balloon-flammable.gif
│ ├── item-balloon-natural.gif
│ ├── item-blindfish-blind.gif
│ ├── item-blindfish-farsighted.gif
│ ├── item-blindfish-shortsighted.gif
│ ├── item-crabfish-ballet.gif
│ ├── item-crabfish-ballroom.gif
│ ├── item-crabfish-tabdance.gif
│ ├── item-eucalyptus-longarms.gif
│ ├── item-eucalyptus-shortarms.gif
│ ├── item-meno-camouflage.gif
│ ├── item-meno-happy.gif
│ ├── item-meno-worried.gif
│ ├── item-nosyfish-beastly.gif
│ ├── item-nosyfish-invidious.gif
│ ├── item-nosyfish-mean.gif
│ ├── item-nosyfish-sneaky.gif
│ ├── item-toothferry-toothless.gif
│ └── item-toothferry-withteeth.gif
├── Sql
│ └── MyPetShop.sql
├── packages
│ ├── AjaxControlToolkit.7.1213
│ │ ├── AjaxControlToolkit.7.1213.nupkg
│ │ ├── content
│ │ │ └── web.config.transform
│ │ ├── lib
│ │ │ ├── 35
│ │ │ │ ├── AjaxControlToolkit.dll
│ │ │ │ ├── ar
│ │ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ │ ├── cs
│ │ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ │ ├── de
│ │ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ │ ├── es
│ │ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ │ ├── fr
│ │ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ │ ├── he
│ │ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ │ ├── hi
│ │ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ │ ├── it
│ │ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ │ ├── ja
│ │ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ │ ├── ko
│ │ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ │ ├── nl
│ │ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ │ ├── pl
│ │ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ │ ├── pt
│ │ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ │ ├── ru
│ │ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ │ ├── tr-TR
│ │ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ │ ├── zh-CHS
│ │ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ │ └── zh-CHT
│ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ ├── 40
│ │ │ │ ├── AjaxControlToolkit.dll
│ │ │ │ ├── ar
│ │ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ │ ├── cs
│ │ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ │ ├── de
│ │ │ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ │ │ └── System.Spatial.resources.dll
│ │ │ │ ├── es
│ │ │ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ │ │ └── System.Spatial.resources.dll
│ │ │ │ ├── fr
│ │ │ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ │ │ └── System.Spatial.resources.dll
│ │ │ │ ├── he
│ │ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ │ ├── hi
│ │ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ │ ├── it
│ │ │ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ │ │ └── System.Spatial.resources.dll
│ │ │ │ ├── ja
│ │ │ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ │ │ └── System.Spatial.resources.dll
│ │ │ │ ├── ko
│ │ │ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ │ │ └── System.Spatial.resources.dll
│ │ │ │ ├── nl
│ │ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ │ ├── pl
│ │ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ │ ├── pt
│ │ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ │ ├── ru
│ │ │ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ │ │ └── System.Spatial.resources.dll
│ │ │ │ ├── tr-TR
│ │ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ │ ├── zh-CHS
│ │ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ │ └── zh-CHT
│ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ └── 45
│ │ │ ├── AjaxControlToolkit.dll
│ │ │ ├── ar
│ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ ├── cs
│ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ ├── de
│ │ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ │ └── System.Spatial.resources.dll
│ │ │ ├── es
│ │ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ │ └── System.Spatial.resources.dll
│ │ │ ├── fr
│ │ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ │ └── System.Spatial.resources.dll
│ │ │ ├── he
│ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ ├── hi
│ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ ├── it
│ │ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ │ └── System.Spatial.resources.dll
│ │ │ ├── ja
│ │ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ │ └── System.Spatial.resources.dll
│ │ │ ├── ko
│ │ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ │ └── System.Spatial.resources.dll
│ │ │ ├── nl
│ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ ├── pl
│ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ ├── pt
│ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ ├── ru
│ │ │ │ ├── AjaxControlToolkit.resources.dll
│ │ │ │ ├── Microsoft.Data.Edm.resources.dll
│ │ │ │ ├── Microsoft.Data.OData.resources.dll
│ │ │ │ └── System.Spatial.resources.dll
│ │ │ ├── tr-TR
│ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ ├── zh-CHS
│ │ │ │ └── AjaxControlToolkit.resources.dll
│ │ │ └── zh-CHT
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ └── tools
│ │ └── install.ps1
│ ├── AjaxMin.4.97.4951.28483
│ │ ├── AjaxMin.4.97.4951.28483.nupkg
│ │ ├── lib
│ │ │ ├── net20
│ │ │ │ └── AjaxMin.dll
│ │ │ ├── net35
│ │ │ │ └── AjaxMin.dll
│ │ │ └── net40
│ │ │ └── AjaxMin.dll
│ │ └── tools
│ │ ├── net35
│ │ │ ├── AjaxMin.dll
│ │ │ ├── AjaxMin.targets
│ │ │ └── AjaxMinTask.dll
│ │ └── net40
│ │ ├── AjaxMin.dll
│ │ ├── AjaxMin.targets
│ │ └── AjaxMinTask.dll
│ ├── HtmlAgilityPack.1.4.6
│ │ ├── HAPIcon.png
│ │ ├── HtmlAgilityPack.1.4.6.nupkg
│ │ ├── lib
│ │ │ ├── Net20
│ │ │ │ ├── HtmlAgilityPack.dll
│ │ │ │ ├── HtmlAgilityPack.pdb
│ │ │ │ └── HtmlAgilityPack.xml
│ │ │ ├── Net40
│ │ │ │ ├── HtmlAgilityPack.XML
│ │ │ │ ├── HtmlAgilityPack.dll
│ │ │ │ └── HtmlAgilityPack.pdb
│ │ │ ├── Net40-client
│ │ │ │ ├── HtmlAgilityPack.dll
│ │ │ │ ├── HtmlAgilityPack.pdb
│ │ │ │ └── HtmlAgilityPack.xml
│ │ │ ├── Net45
│ │ │ │ ├── HtmlAgilityPack.XML
│ │ │ │ ├── HtmlAgilityPack.dll
│ │ │ │ └── HtmlAgilityPack.pdb
│ │ │ ├── sl3-wp
│ │ │ │ ├── HtmlAgilityPack.XML
│ │ │ │ ├── HtmlAgilityPack.dll
│ │ │ │ └── HtmlAgilityPack.pdb
│ │ │ ├── sl4
│ │ │ │ ├── HtmlAgilityPack.XML
│ │ │ │ ├── HtmlAgilityPack.dll
│ │ │ │ └── HtmlAgilityPack.pdb
│ │ │ ├── sl4-windowsphone71
│ │ │ │ ├── HtmlAgilityPack.XML
│ │ │ │ ├── HtmlAgilityPack.dll
│ │ │ │ └── HtmlAgilityPack.pdb
│ │ │ ├── sl5
│ │ │ │ ├── HtmlAgilityPack.XML
│ │ │ │ ├── HtmlAgilityPack.dll
│ │ │ │ └── HtmlAgilityPack.pdb
│ │ │ └── winrt45
│ │ │ ├── HtmlAgilityPack.dll
│ │ │ ├── HtmlAgilityPack.pdb
│ │ │ ├── HtmlAgilityPack.pri
│ │ │ └── HtmlAgilityPack.xml
│ │ └── readme.txt
│ ├── Microsoft.Data.Edm.5.2.0
│ │ ├── Microsoft.Data.Edm.5.2.0.nupkg
│ │ └── lib
│ │ ├── net40
│ │ │ ├── Microsoft.Data.Edm.dll
│ │ │ ├── Microsoft.Data.Edm.xml
│ │ │ ├── de
│ │ │ │ └── Microsoft.Data.Edm.resources.dll
│ │ │ ├── es
│ │ │ │ └── Microsoft.Data.Edm.resources.dll
│ │ │ ├── fr
│ │ │ │ └── Microsoft.Data.Edm.resources.dll
│ │ │ ├── it
│ │ │ │ └── Microsoft.Data.Edm.resources.dll
│ │ │ ├── ja
│ │ │ │ └── Microsoft.Data.Edm.resources.dll
│ │ │ ├── ko
│ │ │ │ └── Microsoft.Data.Edm.resources.dll
│ │ │ ├── ru
│ │ │ │ └── Microsoft.Data.Edm.resources.dll
│ │ │ ├── zh-Hans
│ │ │ │ └── Microsoft.Data.Edm.resources.dll
│ │ │ └── zh-Hant
│ │ │ └── Microsoft.Data.Edm.resources.dll
│ │ └── sl4
│ │ ├── Microsoft.Data.Edm.SL.dll
│ │ ├── Microsoft.Data.Edm.SL.xml
│ │ ├── de
│ │ │ └── Microsoft.Data.Edm.SL.resources.dll
│ │ ├── es
│ │ │ └── Microsoft.Data.Edm.SL.resources.dll
│ │ ├── fr
│ │ │ └── Microsoft.Data.Edm.SL.resources.dll
│ │ ├── it
│ │ │ └── Microsoft.Data.Edm.SL.resources.dll
│ │ ├── ja
│ │ │ └── Microsoft.Data.Edm.SL.resources.dll
│ │ ├── ko
│ │ │ └── Microsoft.Data.Edm.SL.resources.dll
│ │ ├── ru
│ │ │ └── Microsoft.Data.Edm.SL.resources.dll
│ │ ├── zh-Hans
│ │ │ └── Microsoft.Data.Edm.SL.resources.dll
│ │ └── zh-Hant
│ │ └── Microsoft.Data.Edm.SL.resources.dll
│ ├── Microsoft.Data.OData.5.2.0
│ │ ├── Microsoft.Data.OData.5.2.0.nupkg
│ │ └── lib
│ │ ├── net40
│ │ │ ├── Microsoft.Data.OData.dll
│ │ │ ├── Microsoft.Data.OData.xml
│ │ │ ├── de
│ │ │ │ └── Microsoft.Data.OData.resources.dll
│ │ │ ├── es
│ │ │ │ └── Microsoft.Data.OData.resources.dll
│ │ │ ├── fr
│ │ │ │ └── Microsoft.Data.OData.resources.dll
│ │ │ ├── it
│ │ │ │ └── Microsoft.Data.OData.resources.dll
│ │ │ ├── ja
│ │ │ │ └── Microsoft.Data.OData.resources.dll
│ │ │ ├── ko
│ │ │ │ └── Microsoft.Data.OData.resources.dll
│ │ │ ├── ru
│ │ │ │ └── Microsoft.Data.OData.resources.dll
│ │ │ ├── zh-Hans
│ │ │ │ └── Microsoft.Data.OData.resources.dll
│ │ │ └── zh-Hant
│ │ │ └── Microsoft.Data.OData.resources.dll
│ │ └── sl4
│ │ ├── Microsoft.Data.OData.SL.dll
│ │ ├── Microsoft.Data.OData.SL.xml
│ │ ├── de
│ │ │ └── Microsoft.Data.OData.SL.resources.dll
│ │ ├── es
│ │ │ └── Microsoft.Data.OData.SL.resources.dll
│ │ ├── fr
│ │ │ └── Microsoft.Data.OData.SL.resources.dll
│ │ ├── it
│ │ │ └── Microsoft.Data.OData.SL.resources.dll
│ │ ├── ja
│ │ │ └── Microsoft.Data.OData.SL.resources.dll
│ │ ├── ko
│ │ │ └── Microsoft.Data.OData.SL.resources.dll
│ │ ├── ru
│ │ │ └── Microsoft.Data.OData.SL.resources.dll
│ │ ├── zh-Hans
│ │ │ └── Microsoft.Data.OData.SL.resources.dll
│ │ └── zh-Hant
│ │ └── Microsoft.Data.OData.SL.resources.dll
│ ├── Microsoft.WindowsAzure.ConfigurationManager.1.8.0.0
│ │ ├── Microsoft.WindowsAzure.ConfigurationManager.1.8.0.0.nupkg
│ │ └── lib
│ │ └── net35-full
│ │ └── Microsoft.WindowsAzure.Configuration.dll
│ ├── System.Spatial.5.2.0
│ │ ├── System.Spatial.5.2.0.nupkg
│ │ └── lib
│ │ ├── net40
│ │ │ ├── System.Spatial.dll
│ │ │ ├── System.Spatial.xml
│ │ │ ├── de
│ │ │ │ └── System.Spatial.resources.dll
│ │ │ ├── es
│ │ │ │ └── System.Spatial.resources.dll
│ │ │ ├── fr
│ │ │ │ └── System.Spatial.resources.dll
│ │ │ ├── it
│ │ │ │ └── System.Spatial.resources.dll
│ │ │ ├── ja
│ │ │ │ └── System.Spatial.resources.dll
│ │ │ ├── ko
│ │ │ │ └── System.Spatial.resources.dll
│ │ │ ├── ru
│ │ │ │ └── System.Spatial.resources.dll
│ │ │ ├── zh-Hans
│ │ │ │ └── System.Spatial.resources.dll
│ │ │ └── zh-Hant
│ │ │ └── System.Spatial.resources.dll
│ │ └── sl4
│ │ ├── System.Spatial.SL.dll
│ │ ├── System.Spatial.SL.xml
│ │ ├── de
│ │ │ └── System.Spatial.SL.resources.dll
│ │ ├── es
│ │ │ └── System.Spatial.SL.resources.dll
│ │ ├── fr
│ │ │ └── System.Spatial.SL.resources.dll
│ │ ├── it
│ │ │ └── System.Spatial.SL.resources.dll
│ │ ├── ja
│ │ │ └── System.Spatial.SL.resources.dll
│ │ ├── ko
│ │ │ └── System.Spatial.SL.resources.dll
│ │ ├── ru
│ │ │ └── System.Spatial.SL.resources.dll
│ │ ├── zh-Hans
│ │ │ └── System.Spatial.SL.resources.dll
│ │ └── zh-Hant
│ │ └── System.Spatial.SL.resources.dll
│ ├── WindowsAzure.Storage.2.1.0.4
│ │ ├── WindowsAzure.Storage.2.1.0.4.nupkg
│ │ └── lib
│ │ └── net40
│ │ ├── Microsoft.WindowsAzure.Storage.dll
│ │ └── Microsoft.WindowsAzure.Storage.xml
│ ├── jQuery.2.1.0
│ │ ├── Content
│ │ │ └── Scripts
│ │ │ ├── jquery-2.1.0-vsdoc.js
│ │ │ ├── jquery-2.1.0.js
│ │ │ ├── jquery-2.1.0.min.js
│ │ │ └── jquery-2.1.0.min.map
│ │ ├── Tools
│ │ │ ├── common.ps1
│ │ │ ├── install.ps1
│ │ │ ├── jquery-2.1.0.intellisense.js
│ │ │ └── uninstall.ps1
│ │ └── jQuery.2.1.0.nupkg
│ └── repositories.config
└── 使用说明.docx
264 directories, 1049 files
标签:
好例子网口号:伸出你的我的手 — 分享!
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论