protected void Page_Load(object sender, EventArgs e)
 {
     BLL.EventoBLL evtBLL = new BLL.EventoBLL();
     GridView1.DataSource = evtBLL.select(Master.getAssociacaoSession().IdAssociacao);
     GridView1.DataBind();
 }
Exemplo n.º 2
0
 protected void Page_Load(object sender, EventArgs e)
 {
     BLL.EventoBLL evtBLL = new BLL.EventoBLL();
     GridView1.DataSource = evtBLL.select(Master.getAssociacaoSession().IdAssociacao);
     GridView1.DataBind();
 }