본문 바로가기
반응형

IT2810

Javascrpt EnterKey 대신 TabKey 로 변환 (possible to switching enter key with tab key?) 웹폼을 작성하다보면 일리리 컨트롤의 다음 포커스(Next Control Focus)를 지정하는 데 힘들다. 탭이 너무 많다면 일리리 keydown event를 지정하기 힘들지 않는가? 우린 프로그래머다 쉽게하자 possible to switching enter key with tab key? 여러 방법중 간단히 다음 컨트롤로 EnterKey(13)키를 누를때 TabKey(9)로 변환하는 Javascript를 이용하여 간단히 해결할 수 있다. 관련글은 http://forums.asp.net/p/969222/1217856.aspx 의 토론을 참고하였다. 그외 관련 여러가지 방법이 있다. http://yacoding.blogspot.com/2007/09/javascript-send-tab-key-on-ente.. 2009. 8. 11.
ASP.NET 프로젝트 스크립트 오류발생 js파일을 가져다가 사용하는 데 한글이 있는 경우가 있다. 설정이 위와 같이 되어 있을 것이다. 인코딩: 유니코드 - 코드페이지 1200 으로 저장한다. 한글이 인코딩방식에 맞지 않아서 스크립트 에러가 난다. 다시 저장후 게시하면 잘된다. 이걸 모르면 고생을 하게 된다 ㅎ 2009. 8. 10.
C# Run the application at Windows startup (시작프로그램 등록하기) C#으로 시작프로그램 등록하는 방법! 참고글) http://simpcode.blogspot.com/2008/07/c-set-and-unset-auto-start-for-windows.html 원문) http://www.geekpedia.com/tutorial151_Run-the-application-at-Windows-startup.html The Visual Studio 2005 project below includes a tiny sample application with a checkbox which you can use to definy wether or not the application should run at startup. The project can very easily be conver.. 2009. 8. 8.
SQL Server Stored Procedure and C# Object Code Builder SQL Server Stored Procedure and C# Object Code Builder http://blogs.elysianonline.com/blogs/derek/pages/SQL-Server-Stored-Procedure-and-C_2300_-Object-Code-Builder.aspx Download the source for the application here: Elysian Productions Inc. Code Builder 1.0 (428 KB) SQL 파라메터 쿼리를 작성할때 불편한점이 있다. 전에 [Mssql] sp 호출 c#코드를 만들어 주는 sp(Stored Procedure) 대한 글이 있었는 데 프로시져를 이용해서 쿼리작성을 편하게 하는 방법이였는 데 이것 보다 더 좋.. 2009. 8. 8.
반응형