温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:入门级的投票系统源码
当前文件:
QuikStartVote/MyController/footer.ascx[470B,2009-6-12 11:52:49],打开代码结构图
QuikStartVote/MyController/footer.ascx[470B,2009-6-12 11:52:49],打开代码结构图1<%@ Control Language="C#" AutoEventWireup="true" CodeFile="footer.ascx.cs" Inherits="MyController_footer" %> 2
<table border="0" cellpadding="0" cellspacing="0" style="width: 780px"> 3
<tr> 4
<td style="height: 50px; text-align: center;"> 5
<hr /> 6
版权所有 匆匆 ASP.NET练习网站,<a href="http://www.51aspx.com/" target="_blank" title="Asp.net源码下载专业站">download from 51aspx.com</a> 7
</td> 8
</tr> 9
</table> 10





