Exemple #1
0
 /// <summary>
 /// Controle do databound da grid e tratamentos necessarios.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="EventArgs"/> instance containing the event data.</param>
 protected void grvObservacoes_DataBound(object sender, EventArgs e)
 {
     UCTotalRegistros1.Total = CFG_ObservacaoBoletimBO.GetTotalRecords();
 }