Exemplo n.º 1
0
 protected void loadOrders()
 {
     GridViewResult.DataSource = bLLclass.LoadAllOrders();
     GridViewResult.DataBind();
 }