コード例 #1
0
ファイル: ViewCart.aspx.cs プロジェクト: syx309/TokoBedia
 protected void populatePaymentTable()
 {
     tablePaymentType.DataSource = PaymentTypeHandler.GetPaymentTypes();
     tablePaymentType.DataBind();
 }
コード例 #2
0
 public void PopulateData()
 {
     tablePaymentType.DataSource = PaymentTypeHandler.GetPaymentTypes();
     tablePaymentType.DataBind();
 }