實作過程如下:
1、引用Ajax.dll
2、在App_Code寫特定的方法,最好先建立一個類別文件,然後寫出具體方法。
public class AjaxMethod www.jb51.
public AjaxMethod()
{
//
> [Ajax.AjaxMethod(Ajax.HttpSessionStateRequirement .Read)]
public static string GetCardMoney(string cardNo,string cardPwd)
{
IDBOSQL.IDBO dbo = IDBOSQL.IDBO.getIDBO (mConn);
dbo.openDatabase();
DataSet ds = dbo.executeSelectSql("select Card_Money,Service_Discountcountcounts) CardType.CardType_ID where Card_NO='" cardNo "' and Card_Pwd= '" cardPwd "'and card_Status='正常'");
DataTable dt = ds.Tables[0];
string service_discount = dt.Rows[0][1].ToString();
string good_discount = dt.Rows[0][2].ToString(); 🎜> return money "," service_discount ',' good_discount;//此處回傳一個多個值拼接成的字串
}
}
}
}
}
}
moneydiscount= AjaxMethod.GwdCardM. ;
moneydiscount//是一個多個值拼接成的字串,要取得多個值的話,可以把該字串轉換為一個數組,然後去存取。
arr=moneydiscount.split(","); //這樣的話可以很方便的使用Ajax傳回多個值。
4、要把結果再回頁
複製程式碼
程式碼
document.getElementById("txtCard_Money1").value=arr[0];
複製程式碼
程式碼如下:
今天的內容就寫到這裡,以後有時間再慢慢寫