protected override void OnLoad(EventArgs e)
 {
     base.OnLoad(e);
     _clientScriptManager = this.Page.ClientScript;
     _clientScriptManager.GetCallbackEventReference(this, "", "", "");
     EnsureChildControls();
     _extender.CallbackID = this.UniqueID;
 }