温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:高校教师档案管理系统项目源码
当前文件:
TeacherFileProject/SciResearch/Research_fblw.aspx,打开代码结构图
TeacherFileProject/SciResearch/Research_fblw.aspx,打开代码结构图1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Research_fblw.aspx.cs" Inherits="SciResearch_Research_fblw" %> 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
<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
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="Froming" HeaderText="年.卷.期.页码" /> 41
<asp:BoundField DataField="yearInfo" HeaderText="年度" /> 42
<asp:BoundField DataField="adder" HeaderText="添加人" /> 43
<asp:BoundField DataField="changer" HeaderText="修改人" /> 44
</Columns> 45
<RowStyle BackColor="#E8E7F9" ForeColor="#333333" /> 46
<EditRowStyle BackColor="#E8E7F9" /> 47
<SelectedRowStyle BackColor="#E8E7F9" Font-Bold="True" ForeColor="#333333" /> 48
<PagerStyle BackColor="#A6A1E0" ForeColor="White" HorizontalAlign="Center" /> 49
<HeaderStyle BackColor="#A6A1E0" Font-Bold="True" ForeColor="White" /> 50
<AlternatingRowStyle BackColor="White" ForeColor="#284775" /> 51
</asp:GridView><asp:Button ID="btnAddList" runat="server" Text="添加" OnClick="btnAddList_Click" /> 52
</td> 53
</tr> 54
</table> 55
<table cellSpacing="0" cellPadding="0" border="0" height="80%" width="100%" ID="tabAdd" runat =server > 56
<tr> 57
<td vAlign="top" style="height: 50px"> 58
<ol style="line-height:150%"> 59
<li style="font-size: smaller">添加教师的科研工作的发表论文资料 </li> 60
<li style="font-size: smaller">要求必须输入真实的资料</li> 61
</ol> 62
</td> 63
</tr> 64
<tr> 65
<td align="left" valign="top"> 66
<table width="90%" border="0" cellpadding="4" cellspacing="1" bgcolor="#333333" ID="Table4" align =center style="font-size: smaller" > 67
<tr> 68
<td colspan="2" align="center" bgcolor="#A6A1E0" style="height: 22px"><b>科 研 工 作 的 发 表 论 文 资 料 添 加</b></td> 69
</tr> 70
<tr> 71
<td bgcolor="#E8E7F9" align =center > 72
<b>姓 名:</b></td> 73
<td bgcolor="#FFFFFF"> 74
<asp:DropDownList ID="ddlAName" runat="server" AutoPostBack="True" /></td> 75
</tr> 76
<tr> 77
<td bgcolor="#E8E7F9" width="30%" align =center > 78
<b>论文题目:</b></td> 79
<td bgcolor="#FFFFFF"> 80
<asp:TextBox ID="txtAName" runat="server" Width="387px"></asp:TextBox><br> 81
格式:人工智能</td> 82
</tr> 83
<tr> 84
<td bgcolor="#E8E7F9" width="30%" align =center > 85
<b>发表刊物:</b></td> 86
<td bgcolor="#FFFFFF"> 87
<asp:TextBox ID="txtALessonName" runat="server" Width="387px"></asp:TextBox></td> 88
</tr> 89
<tr> 90
<td bgcolor="#E8E7F9" width="30%" align =center> 91
<b>第一作者:</b></td> 92
<td bgcolor="#FFFFFF"> 93
<asp:TextBox ID="txtAAuthor" runat="server" Width="387px"></asp:TextBox></td> 94
</tr> 95
<tr> 96
<td bgcolor="#E8E7F9" align =center > 97
<b>合作者:</b></td> 98
<td bgcolor="#FFFFFF"> 99
<asp:TextBox ID="txtAWorker" runat="server" Width="387px"></asp:TextBox></td> 100
</tr> 101
<tr> 102
<td bgcolor="#E8E7F9" valign="top" align =center > 103
<b>年.卷.期.页码:</b></td> 104
<td bgcolor="#FFFFFF"> 105
<asp:TextBox ID="txtAFroming" runat="server" Width="387px"></asp:TextBox></td> 106
</tr> 107
<tr> 108
<td bgcolor="#E8E7F9" align =center > 109
<b>年 度:</b></td> 110
<td bgcolor="#FFFFFF"> 111
<asp:DropDownList ID="ddlAYearInfo" runat="server"> 112
</asp:DropDownList></td> 113
</tr> 114
<tr> 115
<td bgcolor="#A6A1E0" align="center" colspan="2"> 116
<asp:Button ID="btnAdd" runat="server" Text="添加" OnClick="btnAdd_Click" /> 117
<asp:Button ID="btnReset" runat="server" Text="重置" OnClick="btnReset_Click" /></td> 118
</tr> 119
</table> 120
</td> 121
</tr> 122
</table> 123
<table cellSpacing="0" cellPadding="0" border="0" height="80%" width="100%" ID="tabUpdate" runat =server > 124
<tr> 125
<td vAlign="top" height="50"> 126
<ol style="line-height:150%"> 127
<li style="font-size: smaller">修改教师的科研工作的发表论文资料 </li> 128
<li style="font-size: smaller"> 129
要求必须输入真实的资料</li> 130
</ol> 131
</td> 132
</tr> 133
<tr> 134
<td align="left" valign="top" style="height: 363px"> 135
<table width="90%" border="0" cellpadding="4" cellspacing="1" bgcolor="#000000" align="center" 136
ID="Table6" style="font-size: smaller"> 137
<tr> 138
<td colspan="2" align="center" bgcolor="#A6A1E0"><b>科 研 工 作 的 发 表 论 文 资 料 修 改</b></td> 139
</tr> 140
<tr> 141
<td bgcolor="#E8E7F9" align =center > 142
<b>姓 名:</b></td> 143
<td bgcolor="#FFFFFF"> 144
<asp:TextBox ID="txtName" runat="server" ReadOnly="True" Width="392px"></asp:TextBox> 145
<asp:Label ID="labValue" runat="server" Text="Label" Visible="False"></asp:Label></td> 146
</tr> 147
<tr> 148
<td bgcolor="#E8E7F9" width="30%" align =center > 149
<b>论文题目:</b></td> 150
<td bgcolor="#FFFFFF"> 151
<asp:TextBox ID="txtUName" runat="server" Width="387px"></asp:TextBox><br> 152
格式:人工智能</td> 153
</tr> 154
<tr> 155
<td bgcolor="#E8E7F9" width="30%" align =center > 156
<b>发表刊物:</b></td> 157
<td bgcolor="#FFFFFF"> 158
<asp:TextBox ID="txtULessonName" runat="server" Width="387px"></asp:TextBox></td> 159
</tr> 160
<tr> 161
<td bgcolor="#E8E7F9" width="30%" align =center > 162
<b>第一作者:</b></td> 163
<td bgcolor="#FFFFFF"> 164
<asp:TextBox ID="txtUAuthor" runat="server" Width="387px"></asp:TextBox></td> 165
</tr> 166
<tr> 167
<td bgcolor="#E8E7F9" align =center > 168
<b>合作者:</b></td> 169
<td bgcolor="#FFFFFF"> 170
<asp:TextBox ID="txtUWorker" runat="server" Width="387px"></asp:TextBox></td> 171
</tr> 172
<tr> 173
<td bgcolor="#E8E7F9" valign="top" align=center > 174
<b>年.卷.期.页码:</b></td> 175
<td bgcolor="#FFFFFF"> 176
<asp:TextBox ID="txtUFroming" runat="server" Width="387px"></asp:TextBox></td> 177
</tr> 178
<tr> 179
<td bgcolor="#E8E7F9" align =center > 180
<b>年 度:</b></td> 181
<td bgcolor="#FFFFFF"> 182
<asp:DropDownList ID="ddlUYearInfo" runat="server"> 183
</asp:DropDownList></td> 184
</tr> 185
<tr> 186
<td bgcolor="#A6A1E0" align="center" colspan="2"> 187
<asp:Button ID="btnUpdate" runat="server" Text="修改" OnClick="btnUpdate_Click"/> 188
</td> 189
</tr> 190
</table> 191
</td> 192
</tr> 193
</table> 194
</form> 195
</body> 196
</html> 197



