sb.AppendFormat("var editTextBox = document.getElementById('{0}');", this.editControl.Control.ClientID);sb.AppendFormat("var titleBox = document.getElementById('{0}');", this.entryTitle.ClientID);
Remember Me