当前位置:   article > 正文

asp期末大作业——在线考试系统网站_asp期末作业

asp期末作业

目录

一、项目结构介绍和效果展示

 二、在线考试系统项目资源下载


一、项目结构介绍和效果展示

该网站包括了一个DBHelper.cs样式文件,数据库demo_Data.MDF和两个主文件Default_test.aspx和exam.aspx。如下图:

 

用VS2019在项目中运行Default_test.aspx文件,效果如下:

 那么学号和密码在哪里看呢:(点击数据库MDF,在服务器资源管理中显示学生表)

 登入账号密码后,进行测试:

 

登入页面代码:

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default_test.aspx.cs" Inherits="Default_test" %>
  2. <!DOCTYPE html>
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head runat="server">
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  6. <title></title>
  7. <style type="text/css">
  8. .auto-style1 {
  9. height: 49px;
  10. }
  11. .auto-style2 {
  12. width: 97%;
  13. height: 265px;
  14. }
  15. .auto-style3 {
  16. height: 53px;
  17. }
  18. .auto-style4 {
  19. height: 54px;
  20. }
  21. </style>
  22. </head>
  23. <body style="width: 600px; height: 298px">
  24. <form id="form1" runat="server">
  25. <div style="text-align:center">
  26. <table class="auto-style2">
  27. <tr>
  28. <td class="auto-style1" colspan="2" style="text-align: center"><strong>在线考试系统</strong></td>
  29. </tr>
  30. <tr>
  31. <td style="text-align: center" class="auto-style4">科目:</td>
  32. <td style="text-align: center" class="auto-style4">
  33. <asp:DropDownList ID="lstLesson" runat="server">
  34. </asp:DropDownList>
  35. </td>
  36. </tr>
  37. <tr>
  38. <td class="auto-style3" style="text-align: center">学号:</td>
  39. <td class="auto-style3" style="text-align: center">
  40. <asp:TextBox ID="txtNo" runat="server"></asp:TextBox>
  41. </td>
  42. </tr>
  43. <tr>
  44. <td style="text-align: center">密码:</td>
  45. <td style="text-align: center">
  46. <asp:TextBox ID="txtPwd" runat="server"></asp:TextBox>
  47. </td>
  48. </tr>
  49. <tr>
  50. <td colspan="2" style="text-align: center">
  51. <asp:LinkButton ID="linkEnter" runat="server" OnClick="linkEnter_Click">进入考场</asp:LinkButton>
  52. </td>
  53. </tr>
  54. </table>
  55. <br />
  56. </div>
  57. </form>
  58. </body>
  59. </html>

 二、在线考试系统网站资源下载

在线考试系统资源下载

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/AllinToyou/article/detail/155281
推荐阅读
相关标签
  

闽ICP备14008679号