1. FrmAjaxWebForm.aspx 윈폼 생성 2. AJAX 확장 메뉴에서 ScriptManager 컨트롤러 추가 3. 전체 페이지 포스트백 과 부분 페이지 포스트 백의 차이점 (AJAX컨트롤 사용하는방법) 4. 자신이 원하는 부분에 적용하고자 할때 UpdatePanel 사용 하도록 한다. |
FrmAjaxWebForm.aspx |
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="FrmAjaxWebForm.aspx.cs" Inherits="FrmAjaxWebForm" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> |
FrmAjaxWebForm.aspx.Cs |
using System; public partial class FrmAjaxWebForm : System.Web.UI.Page |
'.Net Project > ASP.NET 3.5 Sp1' 카테고리의 다른 글
69장 AJAX 업데이트 프로그레스(UpdateProgress) (0) | 2009.10.28 |
---|---|
68장 AJAX 타이머컨트롤(TimerControl) (0) | 2009.10.28 |
66장 웹 파트 컨트롤(WebPart) (0) | 2009.10.28 |
64장 팀프로젝트시 소스 버젼 제어(소스관리_Visual source Safe2008) (0) | 2009.10.27 |
63장 전역화(Glovalization_다중언어처리) (0) | 2009.10.27 |