温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:苹果投票系统源码及毕业论文
当前文件:
AppleVote/mycontroler/vote.ascx[936B,2009-6-12 11:31:41],打开代码结构图
AppleVote/mycontroler/vote.ascx[936B,2009-6-12 11:31:41],打开代码结构图1<%@ Control Language="C#" AutoEventWireup="true" CodeFile="vote.ascx.cs" Inherits="myctroler_vote" %> 2
<table> 3
<tr> 4
<td style="width: 270px; height: 41px"> 5
<asp:Label ID="labvoteTitle" runat="server" Font-Size="Large" Height="32px" Text="投票标题" 6
Width="251px"></asp:Label></td> 7
</tr> 8
<tr> 9
<td style="width: 270px; height: 61px"> 10
<asp:RadioButtonList ID="RadioButtonList1" runat="server" Font-Size="Larger"> 11
</asp:RadioButtonList></td> 12
</tr> 13
<tr> 14
<td style="width: 270px; height: 78px"> 15
<asp:Button ID="Button1" runat="server" Text="投票" OnClick="Button1_Click" /> 16
<asp:Button ID="Button2" runat="server" Text="结果" OnClick="Button2_Click" /><br /> 17
<asp:Label ID="labMessage" runat="server" ForeColor="Red" Height="28px" Width="118px"></asp:Label></td> 18
</tr> 19
</table> 20





