?? vote.ascx
字號:
?<%@ Control Language="C#" AutoEventWireup="true" CodeFile="vote.ascx.cs" Inherits="MyController_vote" %>
<table border="0" cellpadding="0" cellspacing="0" style="width: 500px">
<tr>
<td style="height: 30px; text-align: center;">
<asp:Label ID="lblTitle" runat="server" Text="標題" Width="164px"></asp:Label></td>
</tr>
<tr>
<td style="height: 200px">
<asp:RadioButtonList ID="rBLVote" runat="server" Height="18px" Width="78px">
</asp:RadioButtonList></td>
</tr>
<tr>
<td style="height: 30px; text-align: center;">
<asp:Button ID="btntijiao" runat="server" Text="提交" OnClick="btntijiao_Click" />
<asp:Button ID="btnResult" runat="server" Text="結果" OnClick="btnResult_Click" />
<asp:Label ID="lblMessage" runat="server" Text="投票情況" Width="301px"></asp:Label></td>
</tr>
</table>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -