Ejemplo n.º 1
0
 protected void btnUpdate_Click(object sender, EventArgs e)
 {
     Success         = objBCApp.InsertDiscription(txtEDescription.Content.Replace("'", "'").Trim());
     lblMessage.Text = (string)GetLocalResourceObject("AboutUsMessage"); //"Description Updated Successfully!";
 }