日期:2014-05-17 浏览次数:20540 次
<td style="text-align: left; margin: 0 5px;" >
<asp:RadioButtonList ID="rbtnlistAdmitStatus" runat="server" RepeatDirection="Horizontal">
<asp:ListItem Text="錄取" Value="Y"></asp:ListItem>
<asp:ListItem Text="未錄取" Value="N"></asp:ListItem>
<asp:ListItem Text="不拘" Value="" Selected="True"></asp:ListItem>
</asp:RadioButtonList>
</td>
</tr>
</table>
<div style="text-align: center; margin:10px 0;">
<asp:Button ID="btnQuery" runat="server" Text="查詢" CssClass="button"
onclick="btnQuery_Click" />
<input type="reset" value="重設" class="button" />
</div>
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<Triggers>
<asp:AsyncPostBackTrigger ControlID="btnQuery" />
</Triggers>
<ContentTemplate>
<asp:GridView ID="gvList" runat="server" AutoGenerateColumns="False" Width="100%"