Exemplo n.º 1
0
    protected void Page_Init(object sender, EventArgs e)
    {
        ServicioCom21.ServicioCom21 _consulta = new ServicioCom21.ServicioCom21();
        DataTable _dtO = _consulta.Com21_consulta_ofertas_app().Tables[0];

        ViewState["ds"] = _dtO;
    }