Esempio n. 1
0
 protected void BindGridList()
 {
     GridView1.DataSource = PaymentController.GetAllPaymentTypes();
     GridView1.DataBind();
 }