string.Format(@"
if({0} == false){{
return false;
}}else{{
document.getElementById('{1}').style.display = 'block';
return true;
}}", this.OnBeginRequest, this.ClientID);
string.Format(@"
if({0} == false){{
return false;
}}else{{
document.getElementById('{1}').style.display = 'block';
return true;
}}", this.OnBeginRequest, this.ClientID);