~marcelobonatto/nrdaspnet/trunk

« back to all changes in this revision

Viewing changes to Casorg.UI/Transacoes.master.cs

  • Committer: Marcelo Bonatto
  • Date: 2012-10-19 01:34:21 UTC
  • Revision ID: marcelobonatto@gmail.com-20121019013421-g77w72pbrlzkngo2
Início da listagem de transações.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
                csgMesAno.AnoSelecionado = Convert.ToInt32(Request.QueryString["ano"]);
18
18
            }
19
19
        }
 
20
 
 
21
        protected void csgMesAno_SelectedMonthYearChanged(object sender, EventArgs e)
 
22
        {
 
23
            ViewState["PostBack"] = true;
 
24
        }
20
25
    }
21
26
}
 
 
b'\\ No newline at end of file'