网站地图| 免费获取|
毕业论文网
  • 网站首页|
  • 论文范文|
  • 论文降重|
  • 职称论文发表|
  • 合作期刊|
  • 论文下载|
  • 计算机论文|
  • 外文翻译|
  • 免费论文|
  • 论文资料|
  • 论文开题报告
搜索

当前位置:毕业论文网 -> 免费论文 -> 计算机论文 -> ASP学生管理系统资料文档(十一)
计算机论文资料| ASP设计| Delphi| VB设计| JSP设计| ASP.NET设计| VB.NET| java设计| VC| pb| VS| dreamweaver| c#.net| vf| VC++| 计算机论文范文| 论文下载| 自动化论文

ASP学生管理系统资料文档(十一)

最新活动:微信集50个赞就可获取任意一篇钻石会员文档。详情见微信集赞换文档
ASP学生管理系统资料文档(十一) hen
NoncePage=1
else
NoncePage=request("page")
end if
if Cint(Trim(request("page")))>Cint(NumPage) then NoncePage=NumPage
end if
else
NumRecord=0
NumPage=0
NoncePage=0
end if
%>

<tr>
<td width="107" align="center">准考证号</td>
<td width="108" align="center">姓名</td>
<td width="108" align="center">班级</td>
<td width="108" align="center">考次</td>
<td width="108" align="center">科目</td>
<td width="46" align="center">成绩</td>
</tr>
<%if Not(rs.bof and rs.eof) then
rs.move (Cint(NoncePage)-1)*10,1
for i=1 to rs.pagesize
%>
<tr>
<td width="107" align="center"><%=rs("user_testnumber")%></td>
<td width="108" align="center"><%=rs("user_name")%></td>
<td width="108" align="center"><%=rs("user_class")%></td>
<td width="108" align="center"><%=rs("testno")%></td>
<td width="108" align="center"><%=rs("subject")%></td>
<%if rs("cj")>=60 then%>
<td width="46" align="center"><%=rs("cj")%></td>
<%else%>
<td width="46" align="center"><font color=red><%=rs("ach")%></font></td>
<%end if%>
</tr>
<%     rs.movenext
if rs.eof then exit for
next
else
response.write "<tr><td colspan=13><marquee scrolldelay=120 behavior=alternate>没有找到任何记录!!!</marquee></td></tr>"
end if
rs.close
set rs=nothing
%>
</table>
</table>
</div>
<table width="748" border="0" align="center">
<tr>
<td height="17">

<div align="right">
<input type="hidden" name="page" value="<%=NoncePage%>">
<%
if NoncePage>1 then
response.write "|<a href=ach_top_1.asp?page=1>首 页</a>| |<a href=ach_top_1?page="&NoncePage-1&">上一页</a>|&nbsp"
else
response.write "|首 页| |上一页|&nbsp"
end if
if Cint(Trim(NoncePage))<Cint(Trim(NumPage)) then
response.write "|<a href=ach_top_1?page="&NoncePage+1&">下一页</a>| |<a href=ach_top_1?page="&NumPage&">尾 页</a>|"
else
response.write "|下一页| |尾 页|"
end if
%>
&nbsp;页次:<font color="#0033CC"><%=NoncePage%></font>/<font color="#0033CC"><%=NumPage%></font>
共<font color="#0033CC"><%=NumRecord%></font>条记录&nbsp; </div>
</td>
</table>
</center>
</div>
</body>
</html>
⑶总成绩总体排名
总体排名和单课排名的代码相似。限于篇幅问题,不做详细论述。
3班级管理
班级管理的添加和修改.删除模块功能基本与前面所讲的相似.所以不用再讨论了。
4科目管理
在这里也不用在细说了。
5连接数据库
数据库连接文件data.asp
<%
set conn=server.createobject("adodb.connection")
dbpath=server.mappath("db1.mdb")
conn.open "driver={microsoft access driver (*.mdb)};dbq="& dbpath
%>
6设置权限文件   
                       权限文件 user.asp

<%
if session("user")="" the

首页 上一页 8 9 10 11 12 下一页 尾页 11/12/12

ASP学生管理系统资料文档(十一)由毕业论文网(www.huoyuandh.com)会员上传。
原创论文资料流程 相关论文
上一篇:asp酒店房间预约系统设计 下一篇:ASP网络购物系统
推荐论文 本专业最新论文
Tags:ASP 学生 管理系统 资料文档 2010-03-31 16:57:58【返回顶部】
精彩推荐
发表论文

联系方式 | 论文说明 | 网站地图 | 免费获取 | 钻石会员 | 硕士论文资料


毕业论文网提供论文范文,论文代发,原创论文资料

本站部分文章来自网友投稿上传,如发现侵犯了您的版权,请联系指出,本站及时确认并删除  E-mail: 17304545@qq.com

Copyright@ 2009-2020 毕业论文网 版权所有