studentnavigation.ascx

来自「毕业设计题目,学生成绩查询系统,包括管理员和普通用户两级管理」· ASCX 代码 · 共 16 行

ASCX
16
字号
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="StudentNavigation.ascx.cs" Inherits="StudentScroeQuery.Controls.StudentNavigation" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<TABLE id="Table1" cellSpacing="1" cellPadding="1" width="200" border="0">
	<TR>
		<TD align="center" width="200"><FONT face="宋体"><A href="http://localhost/StudentScroeQuery/Student/YourScore.aspx">查询成绩</A></FONT></TD>
	</TR>
	<TR>
		<TD align="center" width="200"><FONT face="宋体"><A href="http://localhost/StudentScroeQuery/Student/updatePassword.aspx">修改密码</A></FONT></TD>
	</TR>
	<TR>
		<TD align="center" width="200"><FONT face="宋体"><A href="http://localhost/StudentScroeQuery/Student/StudentInfo.aspx">个人资料</A></FONT></TD>
	</TR>
	<TR>
		<TD align="center" width="200"><FONT face="宋体"><A href="../Admin/admin_login.aspx">管理登录</A></FONT></TD>
	</TR>
</TABLE>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?