일(job)/FRONT
[ASP.NET] Ajax 메소드 사용방법(Ajax.dll)
뽀&쏭
2016. 1. 19. 12:47
|
|
.aspx (javascript)
UIST0110.ExcelDownLoad(); // FormID.Ajax메소드명()
.aspx.cs
protected void Page_Load(object sender, System.EventArgs e)
{
// asp.net ajax setting
Ajax.Utility.RegisterTypeForAjax(typeof(UIST0110));
}
[Ajax.AjaxMethod()]
public void ExcelDownLoad()
{
this.CreateDocLog(this.Form.ID);
}