string.Format(@"
if({0} == false){{
return false;
}}else{{
document.getElementById('{1}').style.display = 'block';
return true;
}}", this.OnBeginRequest, this.ClientID);
Normal execution <script> This is the default behavior of the <script> element. Parsing of the HTML code pauses while the scr...
string.Format(@"
if({0} == false){{
return false;
}}else{{
document.getElementById('{1}').style.display = 'block';
return true;
}}", this.OnBeginRequest, this.ClientID);