2009/12/02

Escape {} in string.format

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