コード例 #1
0
 protected void btnNovo_Click(object sender, EventArgs e)
 {
     txtDesc.Text     = "";
     txtValor.Text    = "";
     lblMSG.Text      = "";
     GVLog.DataSource = null;
     GVLog.DataBind();
     txtDesc.Focus();
     txtValor.Focus();
 }
コード例 #2
0
 protected void btnLogss_Click(object sender, EventArgs e)
 {
     GVLog.DataSource = GetLogs();
     GVLog.DataBind();
     SaveLog("Consultou Logs");
 }