コード例 #1
0
        protected void Page_Load(object sender, EventArgs e)
        {
            gvwSuplemento.DataSource = SuplementoController.Listar();
            gvwSuplemento.DataBind();

            gvwMarcas.DataSource = MarcaController.Listar();
            gvwMarcas.DataBind();
        }