摘要:
向上移一位按钮的commandName为up 向下移一位按钮的commandName为down代码如下:protected void Button2_Click(object sender, EventArgs e) {//ListBox中Item项的位置的变动 if (((Button)sender).CommandName == "up" && ListBox3.Sele... 阅读全文
摘要:
protected void Page_Load(object sender, EventArgs e) { HyperLink Hl = new HyperLink(); Hl.EnableTheming = true; Hl.EnableViewState = true; Hl.Enabled = true; ... 阅读全文