public void ShowOrderDetail() { DataTable dt = new DataTable(); dt = bus.GetOrderDetail(orderid); DataList1.DataSource = dt; DataList1.DataBind(); }