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