📄 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 + -