userlogininfo.ascx

来自「《精通ASP.NET2.0网络应用系统开发》书中的源码」· ASCX 代码 · 共 14 行

ASCX
14
字号
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="UserLoginInfo.ascx.cs" Inherits="UserLoginInfo" %>
<hr width="100%" noShade SIZE="1">
<table cellpadding="0" cellspacing="0" width="100%">	
	<tr>
		<td><font class="GbText">欢迎</font><font class="SubSubHead"><%=UserName%>
			</font><font class="GbText">访问本站!!</font></td>
	</tr>	
	<tr>
		<td><asp:imagebutton id="LogoutBtn" runat="server" ImageUrl="~/images/Logout.gif" OnClick="LogoutBtn_Click"></asp:imagebutton>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
	</tr>
	<tr>
	    <td>你的购物车有<%=Number%>件商品。<br /><a href="../DesktopModules/OrderForm/CommitOrderForm.aspx" target="MainFrame">查看购物车</a></td>
	</tr>	
</table>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?