2009년 05월 22일
__doPostBack()과 GetPostBackEventReference()
javascript에서 PostEvent를 발생시킨다.
__doPostBack('OKButton', e);
사용보다 아래 문장이 더 유용
<%=Page.GetPostBackEventReference(OKButton) %>;
__doPostBack('OKButton', e);
사용보다 아래 문장이 더 유용
<%=Page.GetPostBackEventReference(OKButton) %>;
# by | 2009/05/22 21:18 | 느린보 정보 | 트랙백 | 덧글(0)





☞ 내 이글루에 이 글과 관련된 글 쓰기 (트랙백 보내기) [도움말]