Ejemplo n.º 1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     if (!IsPostBack)
     {
         List <f_MostrarPedidos_Result> dt = lgp.TodosLosPedidos();
         Linea.DataSource = dt;
         Linea.DataBind();
     }
     Master.MenuVisible = true;
 }