Beispiel #1
0
 private void loadDataTable()
 {
     GridView1.DataSource = context.sp_SelectTax(companyId, branchId);
     GridView1.DataBind();
 }