在PAGE_LOAD事件上加
TextBox1.Attributes.Add("onkeydown", "if(event.keyCode==13) {document.all." + btnSelect.ClientID + ".focus();document.all." + this.btnSelect.ClientID + ".click();}");