Description: 计算机考试网上报名预定(asp.net)源代码
注意:将ComputerTest文件夹复制到C:Inetpubwwwroot目录下(一般情况是这样),同时将数据库Computertest.mdb复制到C盘根目录下即可运行程序-computer examinations scheduled for the Internet (Asp. Net) source code to : ComputerTest copied to the folder C : Inetpubwwwroot directory (this is the general), while copies of the database Computertest.mdb NOTE directory can run programs Platform: |
Size: 8397 |
Author:李高 |
Hits:
Description: ASP.NET与数据库编程
1.在本实例中,使用的是SQL Server 2000的数据库而这里只给了对应的Access数据库,如果你想在你的机器上在运行程序需要在SQL Server下重新建立一样的数据库,或者使用前面介绍的导入导出工具将.mdb数据库转化为SQLServer数据库。
确保你的机器上的服务名,和程序中的代码要统一。
2.将library文件夹复制到C:\\Inetpub\\wwwroot\\目录下(一般情况是这样),即可运行程序
3.运行ASP.NET程序先要保证您的机器上正确的建立了一个站点,然后将这里的程序考入站点目录下即可。首页为WebForm1.aspx
-ASP.NET programming with a database. In this example, the use of the SQL Server 2000 database here only to the corresponding Access database, if you want your machines running the program in SQL Server under the re-establishment of the same database, or use the above-described I. income derived tools. mdb database into a SQL Server database. Make sure your machine from the services, and procedures necessary to unify the code. 2. Library folder will be copied to C : \\ Inetpub \\ wwwroot \\ directory (this is the general), can run programs 3. Running ASP.NET procedures must ensure that your machine correct establishment of a site and then went to the procedures here directory site can be . Home for the WebForm1.aspx Platform: |
Size: 84184 |
Author:yuli |
Hits:
Description: 中华软件联盟--留言系统1.0 演示地址:http://bbs.on-line.cn/UploadFile/2004115213938136.html 下载地址:http://bbs.on-line.cn/dispbbs.asp?boardid=27&id=5032 程序由Asp+Access开发. 非常方便实用且界面美观的一个留言系统, 程序经过sql防注处理. 部份修改方法:顶部请修改head.js,底部信息请修改foot.js 如在使用中有发现BUG请与感觉联系.我将近一近改善。 后台帐号:admin 后台密码:downbest.net 为了安全,使用时请马上修改数据库名,修改在dbconnnect目录下的两个asp文件. 数据库文件为:db/gbook.mdb 希望你常来本站下载软件. 中国在线论坛(http://bbs.on-line.cn)-China Software Alliance -- voice mail system 1.0 demo Address : http://bbs.on-line.cn/UploadFile/2004115213938136.html Download Address : http://bbs.on-line.cn/dispbbs.asp boardid 27id = = 5,032 procedures Asp Access development. very practical and convenient interface of a beautiful voice mail systems, procedures after sql injection of anti-handling. some changes : Top head.js requested changes, the bottom foot.js information such as changes in use are found BUG please contact feeling . I nearly one recent improvement. Background : Account admin background Password : downbest.net sake of safety, please use immediately modify the database, and changes in the directory dbconnnect two asp document. Database File : db / gbook.mdb hope you often download software to the site. China's onlin Platform: |
Size: 437564 |
Author:windye |
Hits:
Description: 本程序使用ASP.NET(VB.NET)和ACCESS数据库编写
基本留言本需要的基本功能
管理登陆地址为login.aspx 在GUESTBOOK.ASPX底部有链接
默认登陆用户名和密码都为 admin 修改密码打开 数据库修改表单 admin
建议修改数据库文件名 data/data.mdb 为其他文件名 并在 Web.config 中修改第四行对应数据库名称
欢迎提出意见和建议-the procedures used ASP.NET (VB) and the Access database to prepare basic message the need to manage the basic functions landing at the GUESTBOOK.ASPX login.aspx Links to the bottom landing default user name and password for admin password to open the database changes form admin proposals to amend the database files from data / data.mdb for other documents from the Web.confi g modified counterparts fourth line database name welcomes comments and suggestions Platform: |
Size: 75421 |
Author:竞击者 |
Hits:
Description: 安装步骤: 1. 系统开发语言:asp.net+access/sql server,安装时需保证您的服务器对asp.net和access/sql server数据库的 支持。windows 2000,xp 用户需要安装.NET Framework 1.1 版可再发行组件包 ,.NET Framework 1.1 Service Pack 1,.NET Framework SDK 1.1 版。 请按上面的顺序依次安装,您的服务器即可支持asp.net。也可以省略上述过程直接安装visual stdio.net。 2. 将webshot文件夹复制的硬盘上某目录下,在IIS中建立虚拟目录指向该文件夹。 3.修改Web.config配置文件中,将“F:/web/dinghuidanhomecom/db/eshop.mdb”替换为正确的数据库文件绝对路径。 请注意斜杠/的方向。 数据库绝对路径:在IIS中建立虚拟目录指向webshot根目录文件夹后访问 http://localhost/aspcheck.aspx,其中的APPL_PHYSICAL_PATH变量可以给出webshot文件夹的绝对路径,在加上数据库相对 路径即可。注:必须用数据库绝对路径 4. 数据库位置在db/文件夹下,默认名称eshop.mdb,修改时请同时修改web.config中的数据库绝对路径-installation steps : 1. System Development Language : + Asp. Net access / sql server installation and the need to ensure your server right Asp. Net and access / sql server database support. Windows 2000 and XP users need to install.NET Framework Version 1.1 Redistributable package.NET Framework 1.1 Service Pack 1.NET Framework SDK version 1.1. By the above sequence followed by the installation, your server can support Asp. Net. You can also omit the process of direct visual stdio.net installation. 2. Will webshot folder on the hard copy of a directory, established in IIS virtual directory pointing to the folder. 3. Change Web.config configuration file, "F : / web / dinghuidanhomecom / db / eshop.mdb" replacement for the correct database files absolute path. To slash / directio Platform: |
Size: 554592 |
Author:dini |
Hits:
Description: 中华软件联盟--留言系统1.0 演示地址:http://bbs.on-line.cn/UploadFile/2004115213938136.html 下载地址:http://bbs.on-line.cn/dispbbs.asp?boardid=27&id=5032 程序由Asp+Access开发. 非常方便实用且界面美观的一个留言系统, 程序经过sql防注处理. 部份修改方法:顶部请修改head.js,底部信息请修改foot.js 如在使用中有发现BUG请与感觉联系.我将近一近改善。 后台帐号:admin 后台密码:downbest.net 为了安全,使用时请马上修改数据库名,修改在dbconnnect目录下的两个asp文件. 数据库文件为:db/gbook.mdb 希望你常来本站下载软件. 中国在线论坛(http://bbs.on-line.cn)-China Software Alliance-- voice mail system 1.0 demo Address : http://bbs.on-line.cn/UploadFile/2004115213938136.html Download Address : http://bbs.on-line.cn/dispbbs.asp boardid 27id = = 5,032 procedures Asp Access development. very practical and convenient interface of a beautiful voice mail systems, procedures after sql injection of anti-handling. some changes : Top head.js requested changes, the bottom foot.js information such as changes in use are found BUG please contact feeling . I nearly one recent improvement. Background : Account admin background Password : downbest.net sake of safety, please use immediately modify the database, and changes in the directory dbconnnect two asp document. Database File : db/gbook.mdb hope you often download software to the site. China's onlin Platform: |
Size: 437248 |
Author:windye |
Hits:
Description: 安装步骤: 1. 系统开发语言:asp.net+access/sql server,安装时需保证您的服务器对asp.net和access/sql server数据库的 支持。windows 2000,xp 用户需要安装.NET Framework 1.1 版可再发行组件包 ,.NET Framework 1.1 Service Pack 1,.NET Framework SDK 1.1 版。 请按上面的顺序依次安装,您的服务器即可支持asp.net。也可以省略上述过程直接安装visual stdio.net。 2. 将webshot文件夹复制的硬盘上某目录下,在IIS中建立虚拟目录指向该文件夹。 3.修改Web.config配置文件中,将“F:/web/dinghuidanhomecom/db/eshop.mdb”替换为正确的数据库文件绝对路径。 请注意斜杠/的方向。 数据库绝对路径:在IIS中建立虚拟目录指向webshot根目录文件夹后访问 http://localhost/aspcheck.aspx,其中的APPL_PHYSICAL_PATH变量可以给出webshot文件夹的绝对路径,在加上数据库相对 路径即可。注:必须用数据库绝对路径 4. 数据库位置在db/文件夹下,默认名称eshop.mdb,修改时请同时修改web.config中的数据库绝对路径-installation steps : 1. System Development Language :+ Asp. Net access/sql server installation and the need to ensure your server right Asp. Net and access/sql server database support. Windows 2000 and XP users need to install.NET Framework Version 1.1 Redistributable package.NET Framework 1.1 Service Pack 1.NET Framework SDK version 1.1. By the above sequence followed by the installation, your server can support Asp. Net. You can also omit the process of direct visual stdio.net installation. 2. Will webshot folder on the hard copy of a directory, established in IIS virtual directory pointing to the folder. 3. Change Web.config configuration file, "F :/web/dinghuidanhomecom/db/eshop.mdb" replacement for the correct database files absolute path. To slash/directio Platform: |
Size: 553984 |
Author: |
Hits:
Description: 说明文档
ASP中小型企业.公司ASP建站程序1.0版
目前程序功能:
1:公司新闻版块
2:公司产品版块
3:留言版块
4:系统公告
5:在后台添加公司联系方式公司地址,等一切都在后台完成,
适用于一些中小型公司,企业ASP建站
6:后台管理登录地址为login.asp默认密码:65994964 密码存放在admin文件夹下面的login.asp程序中,在里面把65994964改成你自己的密码!
7:数据库为dataah.mdb 建议大家不用修改数据库文件名,后台管理密码没有存放在数据库中!个人认为不需要修改,如果你想为数据库更名,就请更改每个文件夹下面的conn.asp里面的连接数据库名.
8:首页调用最新添加的10条新闻.和更新的一件产品
9:安装方法,解压后,把所有文件全部传到你的ASP空间!
程序演示地址:http://miner.go.zccn.net/
程序作者:AH, QQ:65994964
此程序为免费版本!如需开发商业版本请与本作者QQ联系!
联系QQ:65994964-documentation ASP SMEs. Procedures for establishment of the station in the company of ASP version 1.0 of the current functions of the program : 1 : 2 front-page news : plate three products : Message plate 4 : System Notice 5 : Add in the background contacted the company address, and all are background completed, apply to small and medium-sized companies, enterprises, the establishment of the station ASP 6 : Sign address management background to log default password : 65994964 admin password stored in a folder below the log procedure, inside 65994964 put into your own password! 7 : database dataah.mdb suggest that you do not have to modify the database file name, password management background not stored in the database! Individuals do not need to amend that, if you want to rename the datab Platform: |
Size: 141312 |
Author: |
Hits:
Description: 计算机考试网上报名预定(asp.net)源代码
注意:将ComputerTest文件夹复制到C:Inetpubwwwroot目录下(一般情况是这样),同时将数据库Computertest.mdb复制到C盘根目录下即可运行程序-computer examinations scheduled for the Internet (Asp. Net) source code to : ComputerTest copied to the folder C : Inetpubwwwroot directory (this is the general), while copies of the database Computertest.mdb NOTE directory can run programs Platform: |
Size: 8192 |
Author:李高 |
Hits:
Description: ASP.NET与数据库编程
1.在本实例中,使用的是SQL Server 2000的数据库而这里只给了对应的Access数据库,如果你想在你的机器上在运行程序需要在SQL Server下重新建立一样的数据库,或者使用前面介绍的导入导出工具将.mdb数据库转化为SQLServer数据库。
确保你的机器上的服务名,和程序中的代码要统一。
2.将library文件夹复制到C:\Inetpub\wwwroot\目录下(一般情况是这样),即可运行程序
3.运行ASP.NET程序先要保证您的机器上正确的建立了一个站点,然后将这里的程序考入站点目录下即可。首页为WebForm1.aspx
-ASP.NET programming with a database. In this example, the use of the SQL Server 2000 database here only to the corresponding Access database, if you want your machines running the program in SQL Server under the re-establishment of the same database, or use the above-described I. income derived tools. mdb database into a SQL Server database. Make sure your machine from the services, and procedures necessary to unify the code. 2. Library folder will be copied to C : \ Inetpub \ wwwroot \ directory (this is the general), can run programs 3. Running ASP.NET procedures must ensure that your machine correct establishment of a site and then went to the procedures here directory site can be . Home for the WebForm1.aspx Platform: |
Size: 83968 |
Author:yuli |
Hits:
Description: 本程序修改自花香盈路6.0版。所有版权归原作者所有
本站修改后加入了些小偷程序,希望大家喜欢。
管理地址: http://ftwl.cb35.com/admin.asp 把前面的网子换成你的地址!!
用户名:admin
密码:admin
程序说明
1. 及时查看 http://www.hx66.net/home/以便获得最新版本的程序,必须及时将自己的网站升级到最新的版本。
2. 放置程序的主机要注意安全,一些重要的目录请管理员设置好权限,防止非正常的访问。
3. 上传程序前修改数据库名称,建议改为asp后缀,并修改mdb.asp文件(文件中有修改说明),防止非法下载,也可对数据库加密后修改mdb.asp文件。
4. 备份数据库名称必须更改,具体说明请看后台说明。
5. 如果发现程序有任何异常,请及时到 http://www.hx66.net/home/ 中联系解决。 -the changes in procedures since the scent earnings road version 6.0. All Banquangui authorship site changes all adding some thieves procedures, hope you like them. Management Address : http://ftwl.cb35.com/admin.asp put in front of the net changed your address! ! Username : admin Password : admin a description of the procedures. View http://www.hx66.net/home/ timely access to the latest versions of the program, the need for timely own website upgrade to the latest version. 2. Placed mainframe procedures to ensure safety, and some important directory please installed administrator authority to prevent non-normal visit. 3. Upload procedures for amending the database name, the proposed change asp extensions and revisions mdb.asp document (document to be revised description), to prevent illega Platform: |
Size: 5614592 |
Author:汪洋 |
Hits:
Description: 本程序使用ASP.NET(VB.NET)和ACCESS数据库编写
基本留言本需要的基本功能
管理登陆地址为login.aspx 在GUESTBOOK.ASPX底部有链接
默认登陆用户名和密码都为 admin 修改密码打开 数据库修改表单 admin
建议修改数据库文件名 data/data.mdb 为其他文件名 并在 Web.config 中修改第四行对应数据库名称
欢迎提出意见和建议-the procedures used ASP.NET (VB) and the Access database to prepare basic message the need to manage the basic functions landing at the GUESTBOOK.ASPX login.aspx Links to the bottom landing default user name and password for admin password to open the database changes form admin proposals to amend the database files from data/data.mdb for other documents from the Web.confi g modified counterparts fourth line database name welcomes comments and suggestions Platform: |
Size: 74752 |
Author:竞击者 |
Hits:
Description: 有一般同学录具有的功能,如学校查找、学校建立、通讯录管理、留言管理等
txl.aspx为数据库文件,如果需要编辑改扩展名为mdb
默认用户名密码均为51aspx-Classmates with general functions, such as schools find the school establishment, address book management, message management txl.aspx for the database file, if you need to edit the mdb extension to the default user name password are 51aspx Platform: |
Size: 173056 |
Author:leslie |
Hits:
Description: 重点介绍ASP.NET 2.0新技术以及这些技术在数据库开发方面的应用-ASP.NET 2.0 focuses on new technologies and development of these technologies in a database application Platform: |
Size: 18432 |
Author:liu |
Hits:
Description: 一个开放源码的Asp.net分页控件,采取Url进行链接分页,支持页面跳转,利用DataGrid进行演示,当然也可以利用GridView等,MyPaper.cs为控件源码
该分页控件调用也非常简单,具体请参照Demo文件
Demo.aspx为演示页面,demo.mdb为数据库文件-An open source Asp.net page control, take Url link to page, support page jump, demonstrate the use DataGrid, GridView, etc. can also be used of course, MyPaper.cs control for the control source of the page call is also very simple, For details, please refer to the demo page Demo file Demo.aspx, demo.mdb for the database file Platform: |
Size: 512000 |
Author:dcl |
Hits:
Description: C#如何将DataGrid数据输出到Excel文件呢?,这是一个ASP.NET WEB测试代码,数据库为access,把Access中的内容导出到Excel文件中,并保持数据格式不变,测试时请在ASP.NET3.5环境以上进行,数据库文件路径请修改Web.config文件。使用说明:
1.先将本目录下的MessageBox.mdb和Scores.mdb数据库拷贝至C:\Inetpub\wwwroot下。
2.打开实例文件,然后将其文件夹中的所有文件拷贝至C:\Inetpub\wwwroot下。-C# how to output DataGrid data to Excel documents? This is an ASP.NET WEB test code, database access, to export the contents Access to Excel file, and keep the same data format, the test carried out in the above ASP.NET3.5 environment, the database file path, please modify the Web.config file. Instructions for use:
MessageBox.mdb and Scores.mdb database catalog under 1 first copied to C: \ Inetpub \ under wwwroot.
Open the example file, then copy it to a folder all the files to C: \ Inetpub \ under wwwroot. Platform: |
Size: 91136 |
Author:epudn31 |
Hits: