这是我做的毕业设计,企业管理系统.ASp连接SQL数据库,基本功能已经实现
上传时间: 2015-11-02
上传用户:dbs012280
学生成绩登录与管理系统是一个教育单位不可缺少的部分,它的内容对于学校的决策者和管理者来说都至关重要。本论文叙述到的学生成绩登录与管理系统是用IIS+ASp网页编程+ACCESS数据库+SQL查询语言实现的。系统是按照我校实际学生管理情况编制的一套实用系统,以提高学生及其成绩管理的自动化程度。系统主要功能有教师管理,学生管理,班级管理,学生信息管理,成绩管理,留言管理,包括功能需求描述,数据库设计等内容。
上传时间: 2015-11-02
上传用户:fhzm5658
自动出题系统,它是用ASp做的,做的不好,请多多指教,为什么不能下载啊,上传多少才能下啊
上传时间: 2015-11-02
上传用户:磊子226
ASp.NET动态网站开发教程(PPT课件) 此教程详细介绍了用ASp.NET动态开发网站的相关知识
上传时间: 2015-11-04
上传用户:ouyangtongze
ASp开发网站的 关于网站的设计和说明 还有SQL的程序 数据库
上传时间: 2015-11-04
上传用户:shizhanincc
ASp,入门书籍,有助于帮忙新手入门,学习ASp的基本语法。
上传时间: 2014-01-15
上传用户:hphh
ASp打造图书管理系统,非常完整,供大家学习,
上传时间: 2015-11-04
上传用户:wcl168881111111
<%@ LANGUAGE="VBSCRIPT" %> <!--#include file="util.ASp" --> <% Head="您放入购物车的物品已经全数退回!" Session("ProductList") = "" %> <html> <head> <meta http-equiv="Content-Type" content="text/html charset=gb2312"> <STYLE type=text/css>.main { FONT-SIZE: 9pt } .main1 { FONT-SIZE: 14px } </STYLE> <title>清空购物车</title> </head> <body topmargin="5" bgcolor="#E6E4C4"> <diiv align="center"><center> <table width="100%" border="0" class="table1" bordercolor="#62ACFF" cellspacing="0" class=main1> <tr> <td width="80%" valign="top"> <p align="center" class=main1><%=Head%></p> <p align="center"> <br><input type="button" value="关闭" name="B2" onclick="window.close() " style="font-size: 9pt"></td> </tr> </table> </center></div> </body> </html>
标签: lt LANGUAGE VBSCRIPT include
上传时间: 2015-11-05
上传用户:zhaoq123
Writing Your First ASp Application ( Quick Start ) (Page 1 of 8 ) There are many tutorials out there that show you how to program in ASp. Some of them are good, and some are bad. Some of them are downright terrible. In any case, you ve read a bit about ASp and now you are ready to build your first application. But where do you start? In my own experience, I have found that I find it easier to learn something if I actually work with it hands-on. Just reading a book or documentation doesn’t give you the practical knowledge you need to be able to rush off and start creating applications. In this article, I will discuss the creation of a very simple application. I will cover what the application will do, how we will approach writing it, demonstrate in code how we will do it, and discuss additional features that could be added to it. Writing Your First ASp Application ( Quick Start ) - Users On Your Website
标签: Application tutorials Writing First
上传时间: 2015-11-05
上传用户:franktu
<%@ LANGUAGE="VBSCRIPT" %> <!--#include file="conn.ASp" --> <% ProductClass_2=request("ProductClass_2") set rs=server.createobject("adodb.recordset") sqltext="select * from Product" if request("Product_Name")<>"" then sqltext=sqltext &" where Product_Name like %"& request("Product_Name") &"% " else sqltext=sqltext &" where Product_Name like %"& "" &"% " end if if request("Product_Class")<>"" then sqltext=sqltext &" and Class_1 like %"& request("Product_Class") &"% " end if
标签: ProductClass lt LANGUAGE VBSCRIPT
上传时间: 2013-11-25
上传用户:wl9454