2007年4月28日

摘要: protected void Button1_Click(object sender, EventArgs e) { ClientScriptManager cs = this.ClientScript; cs.RegisterArrayDeclaration("Hello", "1, 2, 3"); cs.RegisterClientScriptBlock(this.GetType(), ... 阅读全文

posted @ 2007-04-28 17:23 ant-boss 阅读(172) 评论(0) 推荐(0)