<strong>프런트 데스크 <br></strong><div class="codetitle"> <span><a style="CURSOR: pointer" data="98897" class="copybut" id="copybut98897" onclick="doCopy('code98897')"><u>코드 복사 </u></a></span> 코드는 다음과 같습니다. </div> <div class="codebody" id="code98897"> <br>< ;!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" > <br><head> <br><title>제목 없는 페이지</title> /javascript " src="jquery/jquery.js"></script> <br><script type="text/javascript"> <br>//이 메소드는 쉽게 호출할 수 있도록 ajax 메소드를 캡슐화합니다. <br>function myajax(){ <br>$.ajax({ <br>type:'get', <br>url:'ajax.aspx', <br>data:'', <br>dataType:' html', <br>성공:콜백 <br>}); <br>} <br>//콜백 함수 <br>함수 콜백(데이터){ <br>$('#response').append(data) ; <br>} <br>//onload() 이벤트 <br>$(function(){ <br>$('#confirm').click(myajax); <br>}) <br></ script> <br></head> <br><body> <br><div id="confirm">클릭</div>배경 수신 데이터</div> <br></body> <br></html><br><br> <br><br>배경</div> <br><strong></strong><br>코드 복사<div class="codetitle"> <span><a style="CURSOR: pointer" data="90611" class="copybut" id="copybut90611" onclick="doCopy('code90611')"> 코드는 다음과 같습니다.<u></u></a>using System; </span>using System.Data; System.Collections 사용; </div>System.Web.Security 사용; <div class="codebody" id="code90611">System.Web.UI.WebControls 사용; . Web.UI.WebControls.WebParts; <br>System.Web.UI.HtmlControls 사용; <br>공개 부분 클래스 ajax: System.Web.UI.Page <br>{ <br>protected void Page_Load(객체 보낸 사람, EventArgs e) <br>{ <br>Response.Write("hello") <br>Response.End() <br>} <br>} <br><br> </div>