摘要I摘要在Internet飞速发展的今天,互联网成为人们快速获取、发布和传递信息的重要渠道,它在人们政治、经济、生活等各个方面发挥着重要的作用。Internet上发布信息主要是通过网站来实现的,获取信息也是要在Internet“海洋”中按照一定的检索方式将所需要的信息从网站上下载下来。因此网站建设在Internet应用上的地位显而易见,它已成为政府、企事业单位信息化建设中的重要组成部分,从而倍受人们的重视。在资讯和信息越来越重要的时代,精彩的网络在悄悄改变着人们的工作和生活理念——网上购物。不用及交通、不用到书店翻阅、即可看到全国各地的书籍价格、更加全面地搜索自己喜欢的书籍、需要的书籍。这种方便、快捷、花费少的择业新方式,就是浏览网上书店。网上书店也是小型的B2C网站。网上书店与显示书店相比,具有速度快、容量大、费用少、使用方便等优势。比如,可以坐在家中浏览全国各地的书籍报价,省去了到街上及交通的烦恼等。并且网上书店不受时空的限制,可以广纳全国各地的书籍信息,促成轻松购物、满意购物。另外,网上书店还可省下一笔可观的店面租赁费、促销人员开支等。对顾客来说既得到了实惠,又节省了奔波的时间。正是基于以上原因,我决定做一个网上书店系统,为广大的爱书者提供一个更加方便购物场合平台,达到让购书者能随时掌握书籍的最新动向,从而使得购书者能在第一时间了解新书的信息。我的毕业设计(基于C#.NET技术的“网上书店”的设计与实现)使用了自己十分熟悉的C#.NET来编写实现前台后台的功能实现,同时使用到MSSQL2000数据库实现数据的保存功能。利用此来提高购书者搜索书籍的效率。关键词:C#.NET互联网网上书店ABSTRACTIIABSTRACTIntherapiddevelopmentoftheInternettoday,becomefastaccesstotheInternet,publishanddisseminateimportantinformationchannelforpeopleinthepolitical,economic,andotheraspectsoflifeplaysanimportantrole.OntheInternettodistributeinformationthroughtheWebsiteisachieved,accesstoinformationisalsointheInternetseainaccordancewithacertainwaytoretrievetheinformationtheyneedfromtheWebsitetodownloadit.ThereforetheconstructionsiteintheInternetapplicationonthestatusoftheobvious,ithasbecomethegovernment,enterprisesandinstitutionsininformationtechnologyanimportantcomponentof,somuchattention.Andinformationintheinformationagemoreandmoreimportant,excitinginthenetworkquietlychangingthepeople'sworkandlifephilosophy-on-lineshopping.Anddonothavetransportation,donothavetoreadthebook,youcanseethepricesofbooksacrossthecountry,amorecomprehensivesearchyourfavoritebooks,booksinneed.Thisconvenient,fast,inexpensivewayforanewcareer,isontheonlinebookstore.TheonlinebookstoreisalsoasmallB2Cwebsites.On-linebookstoresandbookstoresshowedthatcomparedwiththespeedandcapacity,lowcost,easytouse,andotheradvantages.Toeliminatetheneedforstreetandtraffictroubles,andsoon.Andfromtheonlinebookstoretemporalandspatialconstraints,cantakethebooksacrossthecountry,.Inaddition,theonlinebookstorecansaveasubstantialamountofstorerentalfees,marketingexpenses,andotherstaff.Forcustomersofbothbenefitandsavingsoftimetravel.Itisforthatreason,Idecidedtodoanon-linebookstore,forthemajorityofthosewholovebookstoprovideamoreconvenientforumshoppingplatformtoallowbuyerstokeepabreastofthelatesttrendsinbooks,sothatbuyersinthefirstAllofasuddenunderstandingofthenewbook.Mygraduationproject(basedonC#.NETtechnologyon-linebookstore,DesignandImplementationof)theuseoftheirveryfamiliarwithC#.NETbackgroundtothepreparationofthefuturetorealizethefunctionoftherealization,atthesametimeABSTRACTIIItousethedatabaseMSSQL2000datatopreservethefunction.Toincreasetheuseofthebookbuyerssearchmoreefficient.Keywords:C#.NETInterneton-linebookstore目录IV目录第一章引言..........................................................................................................................................11.1网上书店开发简介...........................................................................................................................11.2本课题的研究意义...........................................................................................................................31.3主要研究工作...................................................................................................................................4第二章基础知识介绍..............................................................................................................................52.1C#.NET概述......................................................................................................................................52.1.1C#.NET的主要功能与特点.......................................................................................................62.1.2查询数据库举例........................................................................................................................92.2数据库技术.....................................................................................................................................122.2.1数据库......................................................................................................................................122.2.2SQLServer2000数据库的常用命令..................................................................................................122.3IIS的配置........................................................................................................................................142.4本章小结.........................................................................................................................................14第三章具体设计....................................................................................................................................163.1总体设计思路.................................................................................................................................163.1.1具体设计思路..........................................................................................................................173.1.2网站的连接结构......................................................................