62,269
社区成员
发帖
与我相关
我的任务
分享
<asp:TextBox ID="txtSerch" runat="server" ValidationGroup="search" Width="180px" MaxLength="15"></asp:TextBox>
<asp:Button id="BtnSerch" runat="server" ValidationGroup="search" Width="70px" Text="搜索" OnClick="BtnSerch_Click"></asp:Button>