摘 要
招标拍卖的历史悠久,在近两千年的发展历程中,人们对拍卖的理论和技术做了大量的探讨。随着计算机网络技术的迅猛发展和日益成熟,为了提高招投标及采购工作的效率,为廉政建设和防止腐败提供技术保障,传统的拍卖招标向网上招投标过渡, 基于Web的招投标技术将成为今后招投标发展的方向。
本文对招投标国内外研究现状进行分析;阐述了ASP.Net技术,SQL数据库技术,以及B/S结构;并对招投标系统总体流程,系统的功能,招投标系统的数据库设计进行了相关的描述。采用ASP.Net运作方式和SQL2000的新技术和新工具,基于Web方式的招投标系统设计方法,构建了以B/S为结构的招投标系统。
关键词:招投标;数据库;B/S;ASP.Net
The Design and Implementation of Bidding and Tendering System Based on Web
Abstract
The history of tender and auction is glorious. In nearly 2000 years of development,the people have made the massive discussions to the auction theory and technology. With the development of computer network technology, to improve work efficiency of public bidding and provide guarantee for preventing corruption and clean government, traditional online auction tender to the tender transition. So bidding and tendering technology based on Web become the development direction of information systems.http://www.16sheji8.cn/
This paper analyses the current situation and development trend of bidding and tendering technology. An explanation of ASP.Net, SQL database technology, B/S structure was introduced. The general flowchart of the system designing plan and describes the system functions are described. In this paper, the design concept of setting up bidding and tendering system based on Web is presented and attempted by adopting new technology and tools based on ASP.Net and SQL2000, the system architecture of Bidding and Tendering system based on B/S structure is constructed
Key words: Bid and Tender; Database; B/S;ASP.Net
目 录
论文总页数:23页
1 引言 1
2 系统概述 1
2.1国内外招投标的发展状况 1
2.2 招投标过程的概述 2
3 系统开发相关技术 2
3.1 系统开发ASP.NET 1.1技术 2
3.1.1 .NET的组成 2
3.1.2 .NET技术 2
3.2 SQL数据库技术 3http://www.16sheji8.cn/
3.3 B/S技术 3
4 系统总体分析 3
4.1 系统总体功能模块 3
4.2 用户注册模块 4
4.3 标书下载模块 5
4.4 项目信息发布模块 5
4.5项目竞标模块 6
5 数据库结构设计与实现 7
5.1 数据库逻辑结构设计 7
5.2 数据表的创建 7
5.3 创建表的脚本文件 10
5.4 存储过程 10
6 系统总体实现 11
6.1 Web.Config文件 11
6.2 系统首页面 12
6.3用户注册和登录页面的实现 12http://www.16sheji8.cn/
6.4招竞标页面 18
结 论 21
参考文献 21
致 谢 22
声 明 23
1 引言
随着网络的推广与网络技术的迅速发展,电子商务已经被越来越多的人所接受,在某些方面之处利用网络的方便甚至已经取代了传统的商店。充当了买主和卖主之间的零售商。用非常小的开销,人们就可以用电子方式进行招标项目或者竞标项目,通过虚拟的网络方式将买主和卖主联系起来。本系统将设计一个有关买卖双方之间商业行为的网上竞标系统。卖方可以在该系统中发布自己的广告,同时给出自己所希望得到的最底价格,然后由买方出价竞标,最后到截止日期时出价最高者获得项目。
本系统以保证招投标活动的公平、公正和公开的原则,采用竞争的手段实现大宗货物和服务的采购最优化的方式。http://www.16sheji8.cn/
本文阐述的就是在B/S模式下的Web应用程序,运用Visual Studio.NET和SQL Server 2000等开发工具来设计和实现--完成招投标的过程,其中招标功能模块主要是实现会员资格审核,用户招投标委托管理,发布招标公告,发布中标信息,澄清、修改项目信息,以及添加项目和下载标书。投标功能模块主要是实现投标文件的接收和管理。该系统作为买方和卖方的一个媒介,一方面由买方出价购买,一方面由卖方发布物品信息,由一段时间内的价高者获得此项目,最后由买卖双方进行确认,最终完成买方和卖方之间的成功交易。