companynews.ascx

来自「asp.net 2.0 WebPart应用. 使用Web部件创建模块化的Web」· ASCX 代码 · 共 26 行

ASCX
26
字号
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="CompanyNews.ascx.cs" Inherits="CompanyNews" ClassName="CompanyNewsWebPart"  %>

<asp:Label ID="lblHRNews" runat="server" Text="Label">
<h2>HR News</h2>
<p>Changes have been announced to Wingtip's 401K plan to could be 
very beneficial for employees that like working
80 hour weeks. Please see
the <a href="http://www.pluralsight.com" target=_blank>Wingtip Toys Human Resources Site</a>
to get all the details.</p>
</asp:Label>

<asp:Label ID="lblSalesNews" runat="server" Text="Label">
<h2>Sales News</h2>
<p>Wingtip Toys has posted record earnings for the first quarter of 2005. 
Director of Sales Bob Brown is quoted earlier this week as saying 
"Strong sales are good for business".</p>
</asp:Label>

<asp:Label ID="lblTechNews" runat="server" Text="Label">
<h2>Technology News</h2>
<p>Dieter Zilch, a leading Wingtip scientist has discovered
a breakthrough in the aerodynamics associated with wiffle balls. <a href="http://pluralight.com">read more...</a>.</p>
</asp:Label>


⌨️ 快捷键说明

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