ASP.NET 按回车登陆

按回车登陆
<asp:TextBox ID="txtPricemax" runat="server" onkeydown="if(event.keyCode==13){(document.getElementById(imgbtnSearchListing)).focus();(document.getElementById(imgbtnSearchListing)).click();}"></asp:TextBox>
原文地址:https://www.cnblogs.com/wangpei/p/1393756.html