http://njdg.net/bbs/?u=2517


在   Page_Load   里  
  TextBox1.Attributes.Add("onkeydown","if(event.keyCode==13)   {document.all."+Button1.ClientID+".focus();document.all."+Button1.ClientID+".click();}");  

相关文章:

  • 2022-01-09
  • 2021-12-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-12
  • 2021-10-04
猜你喜欢
  • 2022-01-09
  • 2022-12-23
  • 2021-06-22
  • 2022-12-23
  • 2022-12-23
  • 2022-01-22
  • 2022-12-23
相关资源
相似解决方案