구 MiniHomepy/Experience
asp.net 2.0 에서 예전 page에서 스크립트 쓰기
aromacrony
2009. 5. 26. 14:35
string script ;
Type cstype = this.GetType();
Page.ClientScript.RegisterStartupScript(cstype, "NO", script);