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; }