?? mylabel2.aspx
字號:
<%@ Register TagPrefix="Wrox" Namespace="WroxControls"
Assembly="MyLabel2" %>
<%@ Import Namespace="System.Drawing" %>
<script runat="server" language="C#">
void Page_Init( object sender, EventArgs e )
{
ourLabel.Text = "Label Created via Code";
ourLabel.ForeColor = Color.Yellow;
ourLabel.BackColor = Color.Black;
ourLabel.Font.Size = 36;
}
</script>
<html>
<body>
<Wrox:MyLabel2 runat="server" id="ourLabel" />
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -