IT/IT ::asp.NET
asp.net alert창에 변수 넣어서 출력하기
골든
2014. 2. 6. 09:39
Page.ClientScript.RegisterStartupScript(
this.GetType(), "Alert", "alert('Your password has been sent to your email <b>" + strToEmail + "</b> successfully');", true);