hello.ascx
来自「150个经典的入门学习程序源代码」· ASCX 代码 · 共 6 行
ASCX
6 行
<%@ Control language="c#" Codebehind="hello.ascx.cs" AutoEventWireup="false"
Inherits="WebApplication147.hello" %>
<asp:TextBox id="TextBox2" runat="server"></asp:TextBox>
<asp:Button id="Button1" runat="server" Text="Click Here"></asp:Button>
<asp:Label id="Label1" runat="server" Width="171px"></asp:Label>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?