实例介绍
asp.net+sql server 动态网站开发案例精选.rar
【实例截图】
【核心代码】
4744302543362732157.rar
└── asp.net+sql server 动态网站开发案例精选
├── Char03
│ ├── database
│ │ └── student
│ ├── readme.txt
│ └── student1
│ ├── App_Code
│ │ ├── CCUtility.cs
│ │ └── Global.asax.cs
│ ├── Backup
│ │ ├── student1
│ │ ├── student1.sln
│ │ └── student1.suo
│ ├── bin
│ │ └── _vti_cnf
│ │ ├── student1.dll
│ │ └── student1.pdb
│ ├── class.aspx
│ ├── class.aspx.cs
│ ├── class.aspx.resx
│ ├── classedit.aspx
│ ├── classedit.aspx.cs
│ ├── classedit.aspx.resx
│ ├── ConversionReport.txt
│ ├── default.aspx
│ ├── Default.aspx.cs
│ ├── default.aspx.resx
│ ├── footer.ascx
│ ├── footer.ascx.cs
│ ├── footer.ascx.resx
│ ├── Global.asax
│ ├── Global.asax.resx
│ ├── header.ascx
│ ├── header.ascx.cs
│ ├── header.ascx.resx
│ ├── images
│ │ ├── 2501.jpg
│ │ ├── point2.gif
│ │ ├── sds01_r2_c8.gif
│ │ ├── Thumbs.db
│ │ └── topbg.gif
│ ├── MakeAll.bat
│ ├── readme.txt
│ ├── speak.aspx
│ ├── speak.aspx.cs
│ ├── speak.aspx.resx
│ ├── student1.sln
│ ├── student1.suo
│ ├── student2.sln
│ ├── student2.suo
│ ├── student.aspx
│ ├── student.aspx.cs
│ ├── student.aspx.resx
│ ├── student.css
│ ├── studentedit.aspx
│ ├── studentedit.aspx.cs
│ ├── studentedit.aspx.resx
│ ├── stuDetail.aspx
│ ├── stuDetail.aspx.cs
│ ├── stuDetail.aspx.resx
│ ├── UpgradeLog2.XML
│ ├── UpgradeLog.XML
│ ├── _UpgradeReport_Files
│ │ ├── UpgradeReport.css
│ │ ├── UpgradeReport_Minus.gif
│ │ ├── UpgradeReport_Plus.gif
│ │ └── UpgradeReport.xslt
│ ├── _vti_cnf
│ │ ├── CCUtility.cs
│ │ ├── default.aspx
│ │ ├── default.aspx.cs
│ │ ├── default.aspx.resx
│ │ ├── footer.ascx
│ │ ├── footer.ascx.cs
│ │ ├── footer.ascx.resx
│ │ ├── Global.asax
│ │ ├── Global.asax.cs
│ │ ├── Global.asax.resx
│ │ ├── header.ascx
│ │ ├── header.ascx.cs
│ │ ├── header.ascx.resx
│ │ ├── student1.csproj
│ │ ├── student1.csproj.webinfo
│ │ ├── student.css
│ │ ├── Web.config
│ │ ├── WebCustomControl1.cs
│ │ ├── WebForm1.aspx
│ │ ├── WebForm1.aspx.cs
│ │ └── WebForm1.aspx.resx
│ ├── _vti_pvt
│ │ ├── access.cnf
│ │ ├── deptodoc.btr
│ │ ├── doctodep.btr
│ │ ├── linkinfo.cnf
│ │ ├── service.cnf
│ │ ├── service.lck
│ │ └── services.cnf
│ ├── _vti_script
│ ├── _vti_txt
│ └── Web.config
├── Char04
│ ├── database
│ │ └── school
│ ├── readme.txt
│ └── school
│ ├── addlist.aspx
│ ├── addlist.aspx.cs
│ ├── addlist.aspx.resx
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ ├── school.dll
│ │ └── school.pdb
│ ├── default.aspx
│ ├── default.aspx.cs
│ ├── default.aspx.resx
│ ├── delinfo.aspx
│ ├── delinfo.aspx.cs
│ ├── delinfo.aspx.resx
│ ├── editinfo.aspx
│ ├── editinfo.aspx.cs
│ ├── editinfo.aspx.resx
│ ├── find_class2.aspx
│ ├── find_class2.aspx.cs
│ ├── find_class2.aspx.resx
│ ├── find_class3.aspx
│ ├── find_class3.aspx.cs
│ ├── find_class3.aspx.resx
│ ├── find_class.aspx
│ ├── find_class.aspx.cs
│ ├── find_class.aspx.resx
│ ├── findend.aspx
│ ├── findend.aspx.cs
│ ├── findend.aspx.resx
│ ├── footer.ascx
│ ├── footer.ascx.cs
│ ├── footer.ascx.resx
│ ├── Global.asax
│ ├── Global.asax.cs
│ ├── Global.asax.resx
│ ├── header.ascx
│ ├── header.ascx.cs
│ ├── header.ascx.resx
│ ├── img
│ │ ├── 2501.jpg
│ │ ├── point2.gif
│ │ ├── sds01_r2_c8.gif
│ │ └── topbg.gif
│ ├── info.aspx
│ ├── info.aspx.cs
│ ├── info.aspx.resx
│ ├── regedit.aspx
│ ├── regedit.aspx.cs
│ ├── regedit.aspx.resx
│ ├── school.aspx
│ ├── school.aspx.cs
│ ├── school.aspx.resx
│ ├── school.csproj
│ ├── school.csproj.webinfo
│ ├── school.css
│ ├── school.sln
│ ├── school.suo
│ ├── _vti_cnf
│ ├── _vti_pvt
│ │ ├── access.cnf
│ │ ├── deptodoc.btr
│ │ ├── doctodep.btr
│ │ ├── service.cnf
│ │ ├── service.lck
│ │ └── services.cnf
│ ├── _vti_script
│ ├── _vti_txt
│ └── Web.config
├── Char05
│ ├── bid
│ │ ├── AssemblyInfo.cs
│ │ ├── bid.csproj
│ │ ├── bid.csproj.webinfo
│ │ ├── bid.css
│ │ ├── bid.sln
│ │ ├── bid.suo
│ │ ├── bin
│ │ │ ├── bid.dll
│ │ │ └── bid.pdb
│ │ ├── Browse.aspx
│ │ ├── Browse.aspx.cs
│ │ ├── Browse.aspx.resx
│ │ ├── default.aspx
│ │ ├── default.aspx.cs
│ │ ├── default.aspx.resx
│ │ ├── exit.aspx
│ │ ├── exit.aspx.cs
│ │ ├── exit.aspx.resx
│ │ ├── Footer.ascx
│ │ ├── Footer.ascx.cs
│ │ ├── Footer.ascx.resx
│ │ ├── Global.asax
│ │ ├── Global.asax.cs
│ │ ├── Global.asax.resx
│ │ ├── header.ascx
│ │ ├── header.ascx.cs
│ │ ├── header.ascx.resx
│ │ ├── img
│ │ │ ├── 2501.jpg
│ │ │ ├── point2.gif
│ │ │ ├── sds01_r2_c8.gif
│ │ │ └── topbg.gif
│ │ ├── register.aspx
│ │ ├── register.aspx.cs
│ │ ├── register.aspx.resx
│ │ ├── reusers.aspx
│ │ ├── reusers.aspx.cs
│ │ ├── reusers.aspx.resx
│ │ ├── Saleware.aspx
│ │ ├── Saleware.aspx.cs
│ │ ├── Saleware.aspx.resx
│ │ ├── Tools.cs
│ │ ├── User.cs
│ │ ├── _vti_cnf
│ │ ├── _vti_pvt
│ │ │ ├── access.cnf
│ │ │ ├── deptodoc.btr
│ │ │ ├── doctodep.btr
│ │ │ ├── service.cnf
│ │ │ ├── service.lck
│ │ │ └── services.cnf
│ │ ├── _vti_script
│ │ ├── _vti_txt
│ │ ├── ware.cs
│ │ └── Web.config
│ ├── database
│ │ └── Bid
│ └── readme.txt
├── Char06
│ ├── database
│ │ └── shop
│ ├── readme.txt
│ └── shopping
│ ├── AddToCart.aspx
│ ├── AddToCart.aspx.cs
│ ├── AddToCart.aspx.resx
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ ├── shopping.dll
│ │ └── shopping.pdb
│ ├── Checkout.aspx
│ ├── Checkout.aspx.cs
│ ├── Checkout.aspx.resx
│ ├── default.aspx
│ ├── default.aspx.cs
│ ├── default.aspx.resx
│ ├── footer.ascx
│ ├── footer.ascx.cs
│ ├── footer.ascx.resx
│ ├── Global.asax
│ ├── Global.asax.cs
│ ├── Global.asax.resx
│ ├── Header.ascx
│ ├── Header.ascx.cs
│ ├── Header.ascx.resx
│ ├── images
│ │ ├── 1x1.gif
│ │ ├── 2501.jpg
│ │ ├── account.gif
│ │ ├── add_to_cart.gif
│ │ ├── arrowbutton.gif
│ │ ├── cart.gif
│ │ ├── final_checkout.gif
│ │ ├── grid_background.gif
│ │ ├── help_bkgrd.gif
│ │ ├── logo.gif
│ │ ├── modernliving_bkgrd.gif
│ │ ├── modernliving.gif
│ │ ├── most_secretive_place.gif
│ │ ├── point2.gif
│ │ ├── register.gif
│ │ ├── reviewrating1.gif
│ │ ├── reviewrating2.gif
│ │ ├── reviewrating3.gif
│ │ ├── reviewrating4.gif
│ │ ├── reviewrating5.gif
│ │ ├── review_this_product.gif
│ │ ├── sds01_r2_c8.gif
│ │ ├── search.gif
│ │ ├── services.gif
│ │ ├── sign_in.gif
│ │ ├── sign_in_now.gif
│ │ ├── sitebkgrd.gif
│ │ ├── sitebkgrdnogray.GIF
│ │ ├── submit.gif
│ │ ├── target.gif
│ │ ├── topbg.gif
│ │ └── update_cart.gif
│ ├── IStoreDBO.cs
│ ├── likeware.ascx
│ ├── likeware.ascx.cs
│ ├── likeware.ascx.resx
│ ├── login.aspx
│ ├── login.aspx.cs
│ ├── login.aspx.resx
│ ├── orderdetails.aspx
│ ├── orderdetails.aspx.cs
│ ├── orderdetails.aspx.resx
│ ├── OrderList.aspx
│ ├── OrderList.aspx.cs
│ ├── OrderList.aspx.resx
│ ├── SearchResults.aspx
│ ├── SearchResults.aspx.cs
│ ├── SearchResults.aspx.resx
│ ├── shoppingcart.aspx
│ ├── shoppingcart.aspx.cs
│ ├── shoppingcart.aspx.resx
│ ├── shopping.csproj
│ ├── shopping.csproj.webinfo
│ ├── shopping.css
│ ├── shopping.sln
│ ├── shopping.suo
│ ├── Type.ascx
│ ├── Type.ascx.cs
│ ├── Type.ascx.resx
│ ├── _vti_cnf
│ ├── _vti_pvt
│ │ ├── access.cnf
│ │ ├── deptodoc.btr
│ │ ├── doctodep.btr
│ │ ├── service.cnf
│ │ ├── service.lck
│ │ └── services.cnf
│ ├── _vti_script
│ ├── _vti_txt
│ ├── wareDetails.aspx
│ ├── wareDetails.aspx.cs
│ ├── wareDetails.aspx.resx
│ ├── wareList.aspx
│ ├── wareList.aspx.cs
│ ├── wareList.aspx.resx
│ └── Web.config
├── Char07
│ ├── database
│ │ └── forum
│ ├── Forum
│ │ ├── adminadd.aspx
│ │ ├── adminadd.aspx.cs
│ │ ├── adminadd.aspx.resx
│ │ ├── Admin.aspx
│ │ ├── Admin.aspx.cs
│ │ ├── Admin.aspx.resx
│ │ ├── adminuser.aspx
│ │ ├── adminuser.aspx.cs
│ │ ├── adminuser.aspx.resx
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ ├── Forum.dll
│ │ │ └── Forum.pdb
│ │ ├── default.aspx
│ │ ├── default.aspx.cs
│ │ ├── default.aspx.resx
│ │ ├── Exceptions.aspx
│ │ ├── Exceptions.aspx.cs
│ │ ├── Exceptions.aspx.resx
│ │ ├── Fooler.ascx
│ │ ├── Fooler.ascx.cs
│ │ ├── Fooler.ascx.resx
│ │ ├── Forum.cs
│ │ ├── Forum.csproj
│ │ ├── Forum.csproj.webinfo
│ │ ├── forum.css
│ │ ├── Forum.sln
│ │ ├── Forum.suo
│ │ ├── Global.asax
│ │ ├── Global.asax.cs
│ │ ├── Global.asax.resx
│ │ ├── Header.ascx
│ │ ├── Header.ascx.cs
│ │ ├── Header.ascx.resx
│ │ ├── images
│ │ │ ├── 2501.jpg
│ │ │ ├── point2.gif
│ │ │ ├── sds01_r2_c8.gif
│ │ │ ├── Thumbs.db
│ │ │ └── topbg.gif
│ │ ├── Inputuser.aspx
│ │ ├── Inputuser.aspx.cs
│ │ ├── Inputuser.aspx.resx
│ │ ├── Login.aspx
│ │ ├── Login.aspx.cs
│ │ ├── Login.aspx.resx
│ │ ├── register.aspx
│ │ ├── register.aspx.cs
│ │ ├── register.aspx.resx
│ │ ├── TOP.ascx
│ │ ├── TOP.ascx.cs
│ │ ├── TOP.ascx.resx
│ │ ├── _vti_cnf
│ │ ├── _vti_pvt
│ │ │ ├── access.cnf
│ │ │ ├── deptodoc.btr
│ │ │ ├── doctodep.btr
│ │ │ ├── service.cnf
│ │ │ ├── service.lck
│ │ │ └── services.cnf
│ │ ├── _vti_script
│ │ ├── _vti_txt
│ │ └── Web.config
│ └── readme.txt
├── Char08
│ ├── client
│ │ ├── Addclient.aspx
│ │ ├── Addclient.aspx.cs
│ │ ├── Addclient.aspx.resx
│ │ ├── addcontract.aspx
│ │ ├── addcontract.aspx.cs
│ │ ├── addcontract.aspx.resx
│ │ ├── addmx.aspx
│ │ ├── addmx.aspx.cs
│ │ ├── addmx.aspx.resx
│ │ ├── addproduct.aspx
│ │ ├── addproduct.aspx.cs
│ │ ├── addproduct.aspx.resx
│ │ ├── adduser.aspx
│ │ ├── adduser.aspx.cs
│ │ ├── adduser.aspx.resx
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ ├── client.dll
│ │ │ └── client.pdb
│ │ ├── client.aspx
│ │ ├── client.aspx.cs
│ │ ├── client.aspx.resx
│ │ ├── client.csproj
│ │ ├── client.csproj.webinfo
│ │ ├── client.css
│ │ ├── client.sln
│ │ ├── client.suo
│ │ ├── con_mx.aspx
│ │ ├── con_mx.aspx.cs
│ │ ├── con_mx.aspx.resx
│ │ ├── contract.aspx
│ │ ├── contract.aspx.cs
│ │ ├── contract.aspx.resx
│ │ ├── contract_stat.aspx
│ │ ├── contract_stat.aspx.cs
│ │ ├── contract_stat.aspx.resx
│ │ ├── default.aspx
│ │ ├── default.aspx.cs
│ │ ├── default.aspx.resx
│ │ ├── Global.asax
│ │ ├── Global.asax.cs
│ │ ├── Global.asax.resx
│ │ ├── header.ascx
│ │ ├── header.ascx.cs
│ │ ├── header.ascx.resx
│ │ ├── images
│ │ │ ├── 2501.jpg
│ │ │ ├── point2.gif
│ │ │ ├── sds01_r2_c8.gif
│ │ │ └── topbg.gif
│ │ ├── product.aspx
│ │ ├── product.aspx.cs
│ │ ├── product.aspx.resx
│ │ ├── users.aspx
│ │ ├── users.aspx.cs
│ │ ├── users.aspx.resx
│ │ ├── _vti_cnf
│ │ ├── _vti_pvt
│ │ │ ├── access.cnf
│ │ │ ├── deptodoc.btr
│ │ │ ├── doctodep.btr
│ │ │ ├── service.cnf
│ │ │ ├── service.lck
│ │ │ └── services.cnf
│ │ ├── _vti_script
│ │ ├── _vti_txt
│ │ └── Web.config
│ ├── database
│ │ └── client
│ └── readme.txt
├── Char09
│ ├── database
│ │ └── contribute
│ ├── Ebook
│ │ ├── AssemblyInfo.cs
│ │ ├── AuthorBeginWebForm.aspx
│ │ ├── AuthorBeginWebForm.aspx.cs
│ │ ├── AuthorBeginWebForm.aspx.resx
│ │ ├── AuthorEditPersonalInfo.aspx
│ │ ├── AuthorEditPersonalInfo.aspx.cs
│ │ ├── AuthorEditPersonalInfo.aspx.resx
│ │ ├── AuthorInfo.aspx
│ │ ├── AuthorInfo.aspx.cs
│ │ ├── AuthorInfo.aspx.resx
│ │ ├── AuthorNavigation.ascx
│ │ ├── AuthorNavigation.ascx.cs
│ │ ├── AuthorNavigation.ascx.resx
│ │ ├── AuthorRegistWebForm.aspx
│ │ ├── AuthorRegistWebForm.aspx.cs
│ │ ├── AuthorRegistWebForm.aspx.resx
│ │ ├── AuthorTopBar.ascx
│ │ ├── AuthorTopBar.ascx.cs
│ │ ├── AuthorTopBar.ascx.resx
│ │ ├── bin
│ │ │ ├── Ebook.dll
│ │ │ └── Ebook.pdb
│ │ ├── book.css
│ │ ├── bottom.ascx
│ │ ├── bottom.ascx.cs
│ │ ├── bottom.ascx.resx
│ │ ├── CLASS
│ │ │ ├── AuthorService.asmx
│ │ │ ├── AuthorService.asmx.cs
│ │ │ ├── AuthorService.asmx.resx
│ │ │ └── Sqlclass.cs
│ │ ├── default.aspx
│ │ ├── default.aspx.cs
│ │ ├── default.aspx.resx
│ │ ├── Ebook.csproj
│ │ ├── Ebook.csproj.webinfo
│ │ ├── Ebook.css
│ │ ├── Ebook.sln
│ │ ├── Ebook.suo
│ │ ├── Global.asax
│ │ ├── Global.asax.cs
│ │ ├── Global.asax.resx
│ │ ├── IMAGES
│ │ ├── PublishApplyWebForm.aspx
│ │ ├── PublishApplyWebForm.aspx.cs
│ │ ├── PublishApplyWebForm.aspx.resx
│ │ ├── _vti_cnf
│ │ ├── _vti_pvt
│ │ │ ├── access.cnf
│ │ │ ├── deptodoc.btr
│ │ │ ├── doctodep.btr
│ │ │ ├── service.cnf
│ │ │ ├── service.lck
│ │ │ └── services.cnf
│ │ ├── _vti_script
│ │ ├── _vti_txt
│ │ └── Web.config
│ └── readme.txt
├── Char10
│ ├── database
│ │ └── Emplogin
│ ├── employee
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ ├── employee.dll
│ │ │ └── employee.pdb
│ │ ├── default.aspx
│ │ ├── default.aspx.cs
│ │ ├── default.aspx.resx
│ │ ├── Emp.aspx
│ │ ├── Emp.aspx.cs
│ │ ├── Emp.aspx.resx
│ │ ├── EmpEdit.aspx
│ │ ├── EmpEdit.aspx.cs
│ │ ├── EmpEdit.aspx.resx
│ │ ├── employee.csproj
│ │ ├── employee.csproj.webinfo
│ │ ├── employee.css
│ │ ├── employee.sln
│ │ ├── employee.suo
│ │ ├── Global.asax
│ │ ├── Global.asax.cs
│ │ ├── Global.asax.resx
│ │ ├── header.ascx
│ │ ├── header.ascx.cs
│ │ ├── header.ascx.resx
│ │ ├── images
│ │ │ ├── 2501.jpg
│ │ │ ├── point2.gif
│ │ │ ├── sds01_r2_c8.gif
│ │ │ └── topbg.gif
│ │ ├── loginedit.aspx
│ │ ├── loginedit.aspx.cs
│ │ ├── loginedit.aspx.resx
│ │ ├── sellogin.aspx
│ │ ├── sellogin.aspx.cs
│ │ ├── sellogin.aspx.resx
│ │ ├── team.aspx
│ │ ├── team.aspx.cs
│ │ ├── team.aspx.resx
│ │ ├── Teamedit.aspx
│ │ ├── Teamedit.aspx.cs
│ │ ├── Teamedit.aspx.resx
│ │ ├── updatepwd.aspx
│ │ ├── updatepwd.aspx.cs
│ │ ├── updatepwd.aspx.resx
│ │ ├── _vti_cnf
│ │ ├── _vti_pvt
│ │ │ ├── access.cnf
│ │ │ ├── deptodoc.btr
│ │ │ ├── doctodep.btr
│ │ │ ├── service.cnf
│ │ │ ├── service.lck
│ │ │ └── services.cnf
│ │ ├── _vti_script
│ │ ├── _vti_txt
│ │ └── Web.config
│ └── readme.txt
├── Char11
│ ├── database
│ │ └── trip
│ ├── readme.txt
│ └── Trip
│ ├── AddTrip.aspx
│ ├── AddTrip.aspx.cs
│ ├── AddTrip.aspx.resx
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ ├── Trip.dll
│ │ └── Trip.pdb
│ ├── Default.aspx
│ ├── Default.aspx.cs
│ ├── Default.aspx.resx
│ ├── Global.asax
│ ├── Global.asax.cs
│ ├── Global.asax.resx
│ ├── header.ascx
│ ├── header.ascx.cs
│ ├── header.ascx.resx
│ ├── images
│ │ ├── 2501.jpg
│ │ ├── point2.gif
│ │ ├── sds01_r2_c8.gif
│ │ └── topbg.gif
│ ├── plan.aspx
│ ├── plan.aspx.cs
│ ├── plan.aspx.resx
│ ├── Trip.csproj
│ ├── Trip.csproj.webinfo
│ ├── Trip.css
│ ├── Trip.sln
│ ├── Trip.suo
│ ├── _vti_cnf
│ ├── _vti_pvt
│ │ ├── access.cnf
│ │ ├── deptodoc.btr
│ │ ├── doctodep.btr
│ │ ├── service.cnf
│ │ ├── service.lck
│ │ └── services.cnf
│ ├── _vti_script
│ ├── _vti_txt
│ └── Web.config
├── 应用程序说明.doc
└── 新建 文本文档.txt
88 directories, 557 files
标签:
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论