Asp.net做的【学生成绩查询系统】中学号和姓名不匹配问题?
Defaule.aspx程序如下:<%@PageLanguage="C#"AutoEventWireup="true"CodeFile="Default.aspx.cs"...
Defaule.aspx程序如下:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>无标题页</title>
<style type="text/css">
.style1
{
width: 100%;
}
.style2
{
width: 104px;
}
.style3
{
height: 56px;
}
.style4
{
height: 63px;
}
.style5
{
width: 296px;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<div>
</div>
<table class="style1">
<tr>
<td colspan="2">
<font face="隶书" size="5" color=black> 学生成绩查询系统</font> </td>
<td>
</td>
</tr>
<tr>
<td class="style2">
请输入学号:</td>
<td class="style5">
<asp:TextBox ID="txtNo" runat="server" Width="250px"></asp:TextBox>
</td>
<td>
<asp:Button ID="btnsearch" runat="server" Text="查询" onclick="btnsearch_Click" />
</td>
</tr>
<tr>
<td class="style2">
请输入姓名:</td>
<td class="style5">
<asp:TextBox ID="txtName" runat="server" Width="250px"></asp:TextBox>
</td>
<td>
<asp:Button ID="btnReset" runat="server" Text="重置" onclick="btnReset_Click" />
</td>
</tr>
<tr>
<td class="style3" colspan="3">
<asp:Label ID="lblTitle" runat="server" Width="400px"></asp:Label>
</td>
</tr>
<tr>
<td class="style4" colspan="3">
<asp:Label ID="lblResult" runat="server" Width="400px"></asp:Label>
</td>
</tr>
</table>
</form>
</body>
</html> 展开
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>无标题页</title>
<style type="text/css">
.style1
{
width: 100%;
}
.style2
{
width: 104px;
}
.style3
{
height: 56px;
}
.style4
{
height: 63px;
}
.style5
{
width: 296px;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<div>
</div>
<table class="style1">
<tr>
<td colspan="2">
<font face="隶书" size="5" color=black> 学生成绩查询系统</font> </td>
<td>
</td>
</tr>
<tr>
<td class="style2">
请输入学号:</td>
<td class="style5">
<asp:TextBox ID="txtNo" runat="server" Width="250px"></asp:TextBox>
</td>
<td>
<asp:Button ID="btnsearch" runat="server" Text="查询" onclick="btnsearch_Click" />
</td>
</tr>
<tr>
<td class="style2">
请输入姓名:</td>
<td class="style5">
<asp:TextBox ID="txtName" runat="server" Width="250px"></asp:TextBox>
</td>
<td>
<asp:Button ID="btnReset" runat="server" Text="重置" onclick="btnReset_Click" />
</td>
</tr>
<tr>
<td class="style3" colspan="3">
<asp:Label ID="lblTitle" runat="server" Width="400px"></asp:Label>
</td>
</tr>
<tr>
<td class="style4" colspan="3">
<asp:Label ID="lblResult" runat="server" Width="400px"></asp:Label>
</td>
</tr>
</table>
</form>
</body>
</html> 展开
展开全部
事实是这个页面跟你说的问题联系不大……
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
把.cs的代码也贴出来了吧!这样子不明白你的问题!
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
不知道你是怎样读取数据的,无法给出准确答案,你可以检查一下你的sql语句是否正确
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询