Asp.net源码专业站
首页->新知实践->高考分数线查询程序源码>>ScoreQuery.aspx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:高考分数线查询程序源码
当前文件:文件类型 ScoreLineQuery/ScoreQuery.aspx[2K,2009-6-12 11:53:18]打开代码结构图
普通视图
		            
1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ScoreQuery.aspx.cs" Inherits="_Default" %> 2 3<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 4 5<html xmlns="http://www.w3.org/1999/xhtml" > 6<head runat="server"> 7 <title>分数线查询</title> 8</head> 9<body> 10 <form id="form1" runat="server"> 11 <div> 12 <center> 13 <table width="780px" height="360px" border="0"> 14 <tr> 15 <td>选择级别</td> 16 <td> 17 <asp:DropDownList ID="ddlLevel" runat="server"> 18 </asp:DropDownList></td> 19 <td>选择省市</td> 20 <td> 21 <asp:DropDownList ID="ddlProvince" runat="server"> 22 </asp:DropDownList></td> 23 <td> 24 <asp:Button ID="btnQuery" runat="server" Text="查询" OnClick="btnQuery_Click" /></td> 25 </tr> 26 <tr> 27 <td colspan="5">查询结果</td> 28 </tr> 29 <tr> 30 <td colspan="5"> 31 <asp:DataGrid ID="dgScore" runat="server" AutoGenerateColumns="False" CellPadding="4" ForeColor="#333333" GridLines="None"> 32 <FooterStyle BackColor="#1C5E55" Font-Bold="True" ForeColor="White" /> 33 <EditItemStyle BackColor="#7C6F57" /> 34 <SelectedItemStyle BackColor="#C5BBAF" Font-Bold="True" ForeColor="#333333" /> 35 <PagerStyle BackColor="#666666" ForeColor="White" HorizontalAlign="Center" /> 36 <AlternatingItemStyle BackColor="White" /> 37 <ItemStyle BackColor="#E3EAEB" /> 38 <Columns> 39 <asp:BoundColumn DataField="LevelName" HeaderText="级别"> 40 <HeaderStyle Width="200px" /> 41 </asp:BoundColumn> 42 <asp:BoundColumn DataField="ProvinceName" HeaderText="省市"> 43 <HeaderStyle Width="200px" /> 44 </asp:BoundColumn> 45 <asp:BoundColumn DataField="Score" HeaderText="分数线"> 46 <HeaderStyle Width="150px" /> 47 </asp:BoundColumn> 48 </Columns> 49 <HeaderStyle BackColor="#1C5E55" Font-Bold="True" ForeColor="White" /> 50 </asp:DataGrid></td> 51 </tr> 52 </table> 53 </center> 54 </div> 55 </form> 56 <a href="http://www.51aspx.com/" target="_blank" title="Asp.net源码下载专业站">download from 51aspx.com</a> 57 58</body> 59</html> 60
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:高考分数线查询程序源码
51Aspx.com 版权所有 CopyRight © 2006-2010. 京ICP备06046876号 本站法律顾问:ITlaw-庄毅雄律师
返回顶部
客户服务:点击这里进行客户咨询 业务合作:点击这里洽谈业务合作 合作热线:010-68880146