Ejemplo n.º 1
0
 protected void populatePaymentTable()
 {
     tablePaymentType.DataSource = PaymentTypeHandler.GetPaymentTypes();
     tablePaymentType.DataBind();
 }
Ejemplo n.º 2
0
 public void PopulateData()
 {
     tablePaymentType.DataSource = PaymentTypeHandler.GetPaymentTypes();
     tablePaymentType.DataBind();
 }