Exemplo n.º 1
0
        protected void Page_Load(object sender, EventArgs e)
        {
            Controller_WipControl ControlWip = new Controller_WipControl();
            string Codigo = Request.QueryString["not"];

            Label1.Text = ControlWip.Historial_Pallet(Codigo);
            Label2.Text = ControlWip.Historial_PalletDetalle(Codigo);
        }