featuredproduct2.ascx

来自「asp.net技术内幕的书配源码」· ASCX 代码 · 共 18 行

ASCX
18
字号
<%@ ClassName="FeaturedProduct2" %>

<Script runat="Server">

Public BackColor As String = "lightgreen"

</Script>

<table width="200" cellpadding="10" 
  cellspacing="0" bgcolor="<%=BackColor%>">
<tr>
  <td>
  <h3>Blenders on Sale!</h3>
  See our selection of blenders in the
  home appliance deparment.
  </td>
</tr>
</table>

⌨️ 快捷键说明

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