⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vote.ascx

📁 SQL数据库在App_Data下面 是sql格式的 用的时候只需要修改App_Code下面的DB字符串就可以了 有的代码我做了注释
💻 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;">
            &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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -