ScriptManager.RegisterStartupScript(Page, this.GetType(), "strScript", "javascript: alert('Testing')", true);
현재 페이지 명, this.GetType(), Script명, Script, true
http://july-code.blogspot.com/2008/06/javascript-not-firing-with-updatepanel.html
'javascript' 카테고리의 다른 글
javascript docs (0) | 2012.05.11 |
---|---|
ajax 동기 비동기 (1) | 2011.12.14 |
setInterval() (1) | 2010.10.26 |
이미지 미리보기 (2) | 2010.09.09 |
textbox의 글자수 Check(Byte) (3) | 2010.09.09 |