ASPNET中的Label控件示例

https://www.360docs.net/doc/9413453400.html, Label控件示例

[label.aspx文件]
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Label.aspx.cs" Inherits="Chap4_Label" %>





通过键盘快捷键激活特定文本框














[label.aspx.cs文件代码]
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;

public partial class Chap4_Label : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{

}
}

相关文档
最新文档