Esempio n. 1
0
 protected void BindData()
 {
     lvHAWB.DataSource = OrderAccess.GetAll_HAWB_Imp();
     lvHAWB.DataBind();
 }