protected function renderInputTag($writer, $clientID, $onclick)
{
parent::renderInputTag($writer, $clientID, $onclick);
if ($this->getAutoPostBack()) {
$this->getActiveControl()->registerCallbackClientScript($this->getClientClassName(), $this->getPostBackOptions());
}
}