본문 바로가기
반응형

개발언어347

ASP.NET AJAX 에서 Infragistics WebDateChooser 사용시 ASP.NET AJAX 에서 Infragistics WebDateChooser 사용시 제대로 동작하지 않을 시 도구 -> 인터넷 옵션 -> 보안 -> 인터넷 영역 -> 사용자 지정 수준 -> ActiveX 컨트롤 및 플러그 인 -> 바이너리 및 스크립트 동작 -> 사용 으로 설정 2008. 4. 26.
MS SQL Server 2000, 외부에서 접속이 안될때 확인사항 갑자기 Mssql 이 외부에서 접속이 안된다. 난 이렇게 했다. 1433 sql 포트가 열려 있지 않았다. 해결책은 http://www.tfh.or.kr/bbs/board.php?bo_table=it_computer&wr_id=8375 여기서 좀받았다. 링크 3개 확인을 하면 된다. http://blog.naver.com/kbs1972?Redirect=Log&logNo=33821370 http://blog.naver.com/aladdin76?Redirect=Log&logNo=40046043155 http://blog.naver.com/newbie79?Redirect=Log&logNo=130006456029 나의 경우 서비스팩 3을 건너띄고 4를 설치했을 때의 문제 같았다. 1433 포트가 열리지 않은 문.. 2008. 4. 25.
[에러] 잘못된 다시 게시 또는 콜백 인수입니다. 에러가 난다. ajax의 유효성 검사때문에 나는 것인거 같다. 잘못된 다시 게시 또는 콜백 인수입니다. 이벤트 유효성 검사는 구성의 또는 페이지의 를 사용하여 활성화됩니다. 이 기능은 다시 게시 또는 콜백 이벤트에 대한 인수가 원래 이들을 렌더링한 서버 컨트롤에서 발생하는지 확인하여 보안을 유지합니다. 데이터가 올바르면 유효성 검사에 대한 다시 게시 또는 콜백 데이터를 등록하는 데 ClientScriptManager.RegisterForEventValidation 메서드를 사용합니다. 해결책은 퍼왔다. http://www.bangsil.pe.kr/Board/Read.aspx?BoardId=da05ba1b-3e9b-4d16-b8f8-ff2e4f7514c5&PostId=e5d11f50-7bad-44e9-b1.. 2008. 4. 24.
OCX 등록프로그램 About RegisterDLL This is a simple program to register or un-register a DLL or OCX file on your machine. It doesn’t really do anything fancy besides that. I just find it quicker than typing at the command prompt. Originally built in VB6, it was turned into a VB.NET program so I could experiment with the new .NET language. In order for you to run this program, you must have the .NET Framework ins.. 2008. 4. 13.
반응형