摘要:
//显示JavaScript的Alert信息
public static void ShowMsg(Page thisPage, string AlertMessage)
{
Literal txtMsg = new Literal();
txtMsg.Text = "" + "";
thisPage.Controls.Add(txtMsg);
}
阅读全文
posted @ 2007-10-17 10:37
TT.Net
阅读(793)
评论(4)
推荐(0)
浙公网安备 33010602011771号