<pre data-sub="prettyprint:_">
        string ascx = "customerview.ascx";
        UpdatePanel1.ContentTemplate = this.LoadTemplate(ascx);
        </pre>