vote.ascx

来自「SQL数据库在App_Data下面 是sql格式的 用的时候只需要修改App」· ASCX 代码 · 共 19 行

ASCX
19
字号
<%@ 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;">
            &nbsp;<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 + =
减小字号Ctrl + -
显示快捷键?