지난 주말 데브피아 Frameworks Day에 갔었다. 첫 번째 발표였던 김용현님의 발표에 질문을 한 덕분에 Holubs on Patterns 번역서를 득템했다. 어제 기묘 창의력 세미나에서도 책을 받아서 기분 좋은 요며칠이다. 모든 주제들이 모두 흥미있고 고민해야할 주제.....
Zeroboard Xpress Engine에는 뭔가 재미있는 기능이 많이 추가될 것 같은 플래닛이라는 미니블로그 모듈이 있다. 앞으로가 많이 기대된다.(플래닛 XpressEngine)2008-12-03 14:37:01ScottGu's Blog에 재미있는 chart control에 대한 소개가 올라왔다. 구현 예제는.....
문득 ScriptManager의 인스턴스를 가져오는 방법이 궁금해서 Reflector 해보니 역시 뭔가가 있다. System.Web.UI.Page.Items : Items 속성에 추가된 개체는 페이지 수명이 지속되는 동안 사용할 수 있으므로 페이지 주기의 초기 이벤트에서 Items 속성에 개체를 추가하.....
Creating a Tasklist Application with ASP.NET MVC Understanding Models, Views, and Controllers Understanding Controllers, Controller Actions, and Action Results Understanding Views, View Data, and HTML Helpers An Introduction to UR.....
Creating a Tasklist Application with ASP.NET MVC Understanding Models, Views, and Controllers Understanding Controllers, Controller Actions, and Action Results Understanding Views, View Data, and HTML Helpers An Introduction to UR.....
ASP.NET에서 Enter키를 눌렀을 때, Javascript와 Web Form이 동시에 수행되는 문제 이 문제를 한 문장으로 짧게 표현하는것은 참 어렵다. 문제 : Javascript를 이용하여 HTML Form에서 onkeypress="somefunction();" 을 수행할 경우, Web Form상의 어떠한 Butt.....
IIS 5,6에서는 ASP의 상세 오류 메세지를 보기 위해서 브라우저의 HTTP 오류 메세지 표시 설정을 해제 해 주면 상세한(?) 오류 메세지를 감상할 수 있었습니다. 그런데 IIS 7.0 에서는 위의 설정으로는 아무것도 알려주지 않더군요. 뭐 IIS 7.0에서 ASP를 쓸일.....
Creating a Tasklist Application with ASP.NET MVC Understanding Models, Views, and Controllers Understanding Controllers, Controller Actions, and Action Results Understanding Views, View Data, and HTML Helpers An Introduction to UR.....
Function TextCut(CheckValue,strsize)
if len(CheckValue) > strsize then
CheckValueh = Mid(CheckValue, 1, strsize"
else
CheckValueh = CheckValue
end if
TextCut = CheckValueh
End Function
...
Writer : LaBBa App : System Cleaner 4.89 Build 110 Url : 번역 : 김지환 (forc1@naver.com) 시작하기전에====들어바! 이 문서 3번째 쓰는거야 !! 첫번짼 쓰다가 충돌 되어 날아갔어. 두번째는 정전이 되버렸지 .....
2008/11/22 - AutoPostBack DropDownList 에서 자바스크립트설정하기 function pageLoad() { log.debug('pageLoad'); var ele = document.getElementById('TextBox1'); var raiseServerEvent = ele.onchange; ele.beforeValue = ele.value; ele.on.....
■ ASP 정의 솔루션 임대 사업자(ASP : Application Service Provider)는 기업용 애플리케이션을 호스팅 서버에 설치?운영하면서 이용자에게 이용에 따른 요금을 받는 서비스 또는 사업자를 말한다. ■ ASP 서비스의 범위 및 영역 첫째, 원거리 데이터센터에 위치한 별.....
ASP.NET에서 페이지를 이동하려는 경우 총 3가지의 메서드를 사용할 수 있습니다.먼저, Server.Execute의 경우 특정 페이지를 함수 처럼 실행 시키고 그 결과 값을 받을 수 있습니다. Server.Execute를 실행 시키면 일단 설정한 페이지로 제어권이 넘어가서 해당 페.....