반응형
ClientScriptManager cScript = Page.ClientScript;
string strScrip = "<script> setting(); window.opener='nothing';window.open('','_parent','');
window.close();</script>";
cScript.RegisterStartupScript(this.GetType(), "cScript ", strScrip);
자바스크립트 공통 언어로 사용됩니다.
반응형
'ASP.NET' 카테고리의 다른 글
GridView 에서 SelectedIndexChanged 이벤트 사용 안하고 버튼 클릭시 이동하는 기능 (0) | 2011.04.20 |
---|---|
프로시저 한개로 Select ?? 2개 사용하기... (0) | 2011.04.20 |
GridView 컨트롤을 이용해서 Row행 추가 (0) | 2011.03.22 |
Grid 컨트롤에서 숨겨놓은 컬럼이 보여진다!! (0) | 2011.03.11 |
ASP.NET GridView 컨트롤에서 EmptyDataText 정렬 (0) | 2011.03.10 |
Comments