RIA(Rich Internet Application)가 뭐죠?프로그래머나 IT 업종에 있는 사람들이 리아, 리아라고들 얘기하는 것을 혹시 들어본 적이 있으세요? 들어보셨다면 리아가 도대체 뭔가 궁금하셨을 텐데요. 리아(RIA)는 Rich Internet Application의 약자로, 웹 애플리케이션.....
dojo.io.bind 에서 form 을 비동기적으로 Submit 할수 있도록 key 를 지원하는데 formNode 에 form 객체값을 넘기면 된다. dojo.io.bind({ url : "www.url.co.kr", load : , formNode : document.getElementById('frmMain); 만약 폼에 파일 업로드 필드가 들어가 있다.....
XMLHttpRequest 객체가 담당하던 부분은 Dojo.io 의 dojo.io.bind() 함수로 대체한다. 이 함수의 파라미터는 여러개의 해쉬값으로 받는다. key, value 의 쌍으로 받는다는 것이다. 해쉬값들 속에 객체초기화나 콜백함수등을 포함한다. 구현을 위해선 먼저 Dojo 스크립.....
UI 를 좀더 쉽게 다이나믹하게 만들수 있다. . 각 패키지의 특징들은 다음과 같다. Dojo.io : Ajax 요청 프로그램을 아주 간단하게 제작할수 있도록 지원해준다. Dojo.event : 브라우저간의 호환성을 지니게 해주는 이벤트 시스템이다. Dojo.lang : 개체를 확장.....
※ VS 2008 다운로드 ※ ASP.NET AJAX Watch the ASP.NET AJAX Support in VS2008 Video Watch the Adding AJAX Functionality to an Existing ASP.NET Page Video Watch the Creating and Using an AJAX-.....
ASP.NET · Extending the GridView to Include Sort Arrows: Scott Mitchell has a nice article that describes how to add a visual indicator to the GridView control to indicate the current sort order on columns. · Using ASP.NET 3.5's.....
ASP.NET · Extending the GridView to Include Sort Arrows: Scott Mitchell has a nice article that describes how to add a visual indicator to the GridView control to indicate the current sort order on columns. · Using ASP.NET 3.5's.....
평이한 텍스트와 XML은 비동기식 애플리케이션에서 정보를 송수신 할 때 사용할 수 있는 데이터 포맷입니다. Ajax 마스터하기 시리즈에서는 또 다른 유용한 데이터 포맷인 JavaScript Object Notation (JSON)에 대해 알아보고, 이것이 애플리케이션에서 데이터와 객체들.....