재밌을것 같다고 생각이 든다...
그냥 퍼오기는 그렇고 해서 그냥 url만 가져오기...
http://nopdin.tistory.com/536
참조하세요..ㅎㅎ
<HTML>
<HEAD>
<script type='text/javascript'>
var contextNum = 0;
function contextClick(){
if(contextNum == 0)
{
MasterID = 'ctl00_PlaceHolderMain_TransportForms_';
document.getElementById(MasterID+'SendContext').value = "";
}
contextNum = 1;
}
</script>
</HEAD>
<BODY>
<input type='text' id='fo' name='fo' onfocus=contextClick()' />
</BODY>
</HTML>
textbox에 클릭하면 스크립트로 textbox에 aaa가 들어간다..
try catch 로 잡았을 경우에만 나오죠.
msdn에 보면 예외를 발생시킨다고 나옵니다..
Response.Redirect(url, false); 이렇게 해보세요 |
배포한 dll을 백업하고 싶어 했었는데 다른 사람들은 다 알고 있더군요...된장..
또 나만 몰랐어.... 또 모르는 사람을 위하여..ㅋㅋ
cd c:\WINDOWS\assembly\GAC_MSIL\
cd 백업 dll 경로
cd 1.0.0.0__12b3234701e399ab
copy *.* d:\Deploy(복사할 경로)
dll 명(ex- aaa.dll)
Visual SourceSafe Administrator 실행하신 다음에
Tools->Options->General->Use network name for automatic user log in 부분의 체크 해제
그러니 물어보는군여....
기본적으로는 물어보겠지만...관리자가 아닌이상...알수가...이런.....
devenv/resetskippkgs
Setting environment for using Microsoft Visual Studio 2008 x86 tools.
C:\Program Files\Microsoft Visual Studio 9.0\VC>devenv
C:\Program Files\Microsoft Visual Studio 9.0\VC>devenv/resetskippkgs
이걸 하고나니...제대로 되더군여...ㅎㅎ
여기 링크를 참조....
http://msdn.microsoft.com/ko-kr/library/xee0c8y7.aspx