您目前尚未登陆,请选择【登陆】或【注册
首页->行政办公->高校教师档案管理系统项目源码>>SciResearch/Research_lzqk.aspx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:高校教师档案管理系统项目源码
当前文件:文件类型 TeacherFileProject/SciResearch/Research_lzqk.aspx打开代码结构图
普通视图
		            
1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Research_lzqk.aspx.cs" Inherits="SciResearch_Research_lzqk" %> 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 topmargin="0" leftmargin="0"> 10 <form id="form1" runat="server"> 11 &nbsp;<table class="borderon" id="Table1" cellSpacing="0" cellPadding="0" width="95%" align =center border="0"> 12 <tr> 13 <td align="left" style="font-weight: bolder; font-size: 14px; height: 26px;" background="../Images/右侧总标头.jpg"> 14 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 15 科研工作 (论著情况) 16 </td> 17 </table> 18 <table width="95%" border="0" cellpadding="3" cellspacing="1" align="center" ID="tabList" runat =server> 19 <tr> 20 <td align =center > 21 <asp:GridView ID="gvList" runat="server" AutoGenerateColumns="False" CellPadding="4" 22 ForeColor="#333333" GridLines="None" Height="100%" Width="100%" AllowPaging="True" Font-Size="Small" PageSize="5" DataKeyNames ="id" OnRowDeleting="gvList_RowDeleting" OnRowUpdating="gvList_RowUpdating" OnPageIndexChanging="gvList_PageIndexChanging"> 23 <FooterStyle BackColor="#A6A1E0" Font-Bold="True" ForeColor="White" /> 24 <Columns> 25 <asp:TemplateField > 26 <ItemTemplate > 27 <asp:LinkButton CommandName ="delete" Text ="删除" ID ="lnkbtnDelete" runat =server ></asp:LinkButton> 28 </ItemTemplate> 29 </asp:TemplateField> 30 <asp:TemplateField > 31 <ItemTemplate > 32 <asp:LinkButton CommandName ="update" Text ="修改" ID ="lnkbtnUpdate" runat =server ></asp:LinkButton> 33 </ItemTemplate> 34 </asp:TemplateField> 35 <asp:HyperLinkField DataNavigateUrlFields="owner" DataTextField ="userid" HeaderText ="姓名" DataNavigateUrlFormatString="~/PersonRecord/MyProfile.aspx?id={0}" /> 36 <asp:BoundField DataField="name" HeaderText="论著名称" /> 37 <asp:BoundField DataField="lessonName" HeaderText="出版社" /> 38 <asp:BoundField DataField="author" HeaderText="主编" /> 39 <asp:BoundField DataField="worker" HeaderText="合作者" /> 40 <asp:BoundField DataField="startendTime" HeaderText="出版时间" /> 41 <asp:BoundField DataField="Froming" HeaderText="备注" /> 42 <asp:BoundField DataField="yearinfo" HeaderText="年度" /> 43 <asp:BoundField DataField="adder" HeaderText="添加人" /> 44 <asp:BoundField DataField="changer" HeaderText="修改人" /> 45 </Columns> 46 <RowStyle BackColor="#E8E7F9" ForeColor="#333333" /> 47 <EditRowStyle BackColor="#E8E7F9" /> 48 <SelectedRowStyle BackColor="#E8E7F9" Font-Bold="True" ForeColor="#333333" /> 49 <PagerStyle BackColor="#A6A1E0" ForeColor="White" HorizontalAlign="Center" /> 50 <HeaderStyle BackColor="#A6A1E0" Font-Bold="True" ForeColor="White" /> 51 <AlternatingRowStyle BackColor="White" ForeColor="#284775" /> 52 </asp:GridView><asp:Button ID="btnAddList" runat="server" Text="添加" OnClick="btnAddList_Click" /> 53 </td> 54 </tr> 55 </table> 56 <table cellSpacing="0" cellPadding="0" border="0" height="80%" width="100%" ID="tabAdd" runat =server > 57 <tr> 58 <td vAlign="top" style="height: 50px"> 59 <ol style="line-height:150%"> 60 <li style="font-size: smaller">添加教师的科研工作的发表论著资料 </li> 61 <li style="font-size: smaller">要求必须输入真实的资料</li> 62 </ol> 63 </td> 64 </tr> 65 <tr> 66 <td align="left" valign="top"> 67 <table width="90%" border="0" cellpadding="4" cellspacing="1" bgcolor="#000000" align="center" ID="Table4" style="font-size: smaller"> 68 <tr> 69 <td colspan="2" align="center" bgcolor="#A6A1E0"><b>&nbsp;研 工 作 的 发 表 论 著 资 料 添 加</b></td> 70 </tr> 71 <tr> 72 <td bgcolor="#E8E7F9" align =center > 73 <b>&nbsp;&nbsp;名:</b></td> 74 <td bgcolor="#FFFFFF"> 75 <asp:DropDownList ID="ddlAName" runat="server" AutoPostBack="True" /></td> 76 </tr> 77 <tr> 78 <td bgcolor="#E8E7F9" width="30%" align =center > 79 <b>论著名称:</b></td> 80 <td bgcolor="#FFFFFF"> 81 <asp:TextBox ID="txtAName" runat="server" Width="389px"></asp:TextBox><br> 82 格式:人工智能</td> 83 </tr> 84 <tr> 85 <td bgcolor="#E8E7F9" width="30%" align =center > 86 <b>出版社:</b></td> 87 <td bgcolor="#FFFFFF"> 88 <asp:TextBox ID="txtALessonName" runat="server" Width="389px"></asp:TextBox><br> 89 格式:邮电出版社</td> 90 </tr> 91 <tr> 92 <td bgcolor="#E8E7F9" width="30%" align =center > 93 <b>&nbsp;&nbsp;编:</b></td> 94 <td bgcolor="#FFFFFF"> 95 <asp:TextBox ID="txtAAuthor" runat="server" Width="389px"></asp:TextBox></td> 96 </tr> 97 <tr> 98 <td bgcolor="#E8E7F9" align =center > 99 <b>合作者:</b></td> 100 <td bgcolor="#FFFFFF"> 101 <asp:TextBox ID="txtAWorker" runat="server" Width="389px"></asp:TextBox></td> 102 </tr> 103 <tr> 104 <td bgcolor="#E8E7F9" valign="top" align =center > 105 <b>出版时间:</b></td> 106 <td bgcolor="#FFFFFF"> 107 <asp:TextBox ID="txtAStartEndTime" runat="server" Width="389px"></asp:TextBox></td> 108 </tr> 109 <tr> 110 <td bgcolor="#E8E7F9" align =center > 111 <b>&nbsp;&nbsp;注:</b></td> 112 <td bgcolor="#FFFFFF"> 113 <asp:TextBox ID="txtAFroming" runat="server" Height="78px" TextMode="MultiLine" Width="389px"></asp:TextBox></td> 114 </tr> 115 <tr> 116 <td bgcolor="#E8E7F9" align =center > 117 <b>&nbsp;&nbsp;度:</b></td> 118 <td bgcolor="#FFFFFF"> 119 <asp:DropDownList ID="ddlAYearInfo" runat="server"> 120 </asp:DropDownList></td> 121 </tr> 122 <tr> 123 <td bgcolor="#A6A1E0" align="center" colspan="2"> 124 &nbsp;<asp:Button ID="btnAdd" runat="server" Text="添加" OnClick="btnAdd_Click" /> 125 <asp:Button ID="btnReset" runat="server" Text="重置" OnClick="btnReset_Click" /></td> 126 </tr> 127 </table> 128 </td> 129 </tr> 130 </table> 131 <table cellSpacing="0" cellPadding="0" border="0" height="80%" width="100%" ID="tabUpdate" runat =server > 132 <tr> 133 <td vAlign="top" height="50"> 134 <ol style="line-height:150%"> 135 <li style="font-size: smaller">修改教师的科研工作的发表论著资料 </li> 136 <li style="font-size: smaller"> 137 要求必须输入真实的资料</li> 138 </ol> 139 </td> 140 </tr> 141 <tr> 142 <td align="left" valign="top" style="height: 319px"> 143 <table width="90%" border="0" cellpadding="4" cellspacing="1" bgcolor="#000000" align="center" 144 ID="Table6" style="font-size: smaller"> 145 <tr> 146 <td colspan="2" align="center" bgcolor="#A6A1E0"><b>教 研 工 作 的 发 表 论 著 资 料 修 改</b></td> 147 </tr> 148 <tr> 149 <td bgcolor="#E8E7F9" align =center > 150 <b>&nbsp;&nbsp;名:</b></td> 151 <td bgcolor="#FFFFFF" style="width: 610px"> 152 <asp:TextBox ID="txtName" runat="server" ReadOnly="True" Width="392px"></asp:TextBox> 153 <asp:Label ID="labValue" runat="server" Text="Label" Visible="False"></asp:Label></td> 154 </tr> 155 <tr> 156 <td bgcolor="#E8E7F9" width="30%" align =center > 157 <b>论著名称:</b></td> 158 <td bgcolor="#FFFFFF" style="width: 610px"> 159 <asp:TextBox ID="txtUName" runat="server" Width="386px"></asp:TextBox><br> 160 格式:人工智能</td> 161 </tr> 162 <tr> 163 <td bgcolor="#E8E7F9" width="30%" align =center > 164 <b>出版社:</b></td> 165 <td bgcolor="#FFFFFF" style="width: 610px"> 166 <asp:TextBox ID="txtULessonName" runat="server" Width="386px"></asp:TextBox><br> 167 格式:邮电出版社</td> 168 </tr> 169 <tr> 170 <td bgcolor="#E8E7F9" width="30%" align =center > 171 <b>&nbsp;&nbsp;编:</b></td> 172 <td bgcolor="#FFFFFF" style="width: 610px"> 173 <asp:TextBox ID="txtUAuthor" runat="server" Width="386px"></asp:TextBox></td> 174 </tr> 175 <tr> 176 <td bgcolor="#E8E7F9" align =center > 177 <b>合作者:</b></td> 178 <td bgcolor="#FFFFFF" style="width: 610px"> 179 <asp:TextBox ID="txtUWorker" runat="server" Width="386px"></asp:TextBox></td> 180 </tr> 181 <tr> 182 <td bgcolor="#E8E7F9" valign="top" align =center style="height: 32px" > 183 <b>出版时间:</b></td> 184 <td bgcolor="#FFFFFF" style="width: 610px; height: 32px"> 185 <asp:TextBox ID="txtUStartEndTime" runat="server" Width="386px"></asp:TextBox></td> 186 </tr> 187 <tr> 188 <td bgcolor="#E8E7F9" align =center > 189 <b>&nbsp;&nbsp;注:</b></td> 190 <td bgcolor="#FFFFFF" style="width: 610px"> 191 <asp:TextBox ID="txtUFroming" runat="server" Height="70px" TextMode="MultiLine" Width="386px"></asp:TextBox></td> 192 </tr> 193 <tr> 194 <td bgcolor="#E8E7F9" align =center > 195 <b>&nbsp;&nbsp;度:</b></td> 196 <td bgcolor="#FFFFFF" style="width: 610px"> 197 <asp:DropDownList ID="ddlUYearInfo" runat="server"> 198 </asp:DropDownList></td> 199 </tr> 200 <tr> 201 <td bgcolor="#A6A1E0" align="center" colspan="2"> 202 <asp:Button ID="btnUpdate" runat="server" Text="修改" OnClick="btnUpdate_Click" /> 203 </td> 204 </tr> 205 </table> 206 </td> 207 </tr> 208 </table> 209 </form> 210</body> 211</html> 212
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:高校教师档案管理系统项目源码
51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号