gpt4 book ai didi

c# - 使用多个表单,在 ASP.NET Web 表单页面上提交按钮

转载 作者:行者123 更新时间:2023-11-29 14:59:28 24 4
gpt4 key购买 nike

enter image description here

我在同一个页面中有 3 个不同的提交按钮(登录、搜索、插入),我想要的是找到最好的方法让这 3 个按钮在我按下它们时做不同的事情,或者我在按下 enter 时我正要向他们施压。从我的照片中可以看出,当我按下 Log In 时,也按下了 Insert,因为我的母版页中有一个 global form

我尝试使用不同的表单,但我不能,因为我需要它们有 runat="server",而页面不可能有。

我使用 asp 文本框:

<asp:TextBox class="text-input" ID="txtLoginEmail" runat="server"
Height="15px" Width="130px"></asp:TextBox>

和 asp 按钮:

<asp:Button class="submit google-button" ID="btnLogin" onclick="btnLogin_Click" 

runat="server" Text="Log in" />

除了我的搜索按钮是 linkBut​​ton:

<asp:LinkButton ID="searchLink" runat="server" onclick="searchLink_Click">Search</asp:LinkButton>

最佳答案

您可以使用 Validation Groups在特定按钮单击时仅导致需要的文本框验证。然后在具体按钮的事件处理程序中,您可以执行特定逻辑。

关于c# - 使用多个表单,在 ASP.NET Web 表单页面上提交按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12288680/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com