访问服务器上的客户端控件

发布于 2024-10-14 05:04:58 字数 213 浏览 0 评论 0原文

我正在列表框中应用一个字段验证器,当文本框中没有选择任何项目并且某些(最常见的是提交按钮)控件被制作回发到服务器时,该字段验证器将起作用。

现在的问题是,如果一个人进入该页面并想要注销,它仍然会给出相同的异常消息(它应该)而不是注销该页面。

我使用 ASP.NET 和 C# 作为后端。 我希望注销按钮(而不是除提交按钮之外的所有按钮)在验证之前起作用,请帮忙。提前谢谢你的不同。

I am applying a field validator on a listbox which works when no item is selected in the textbox and some(most often the submit button) control is made to postback to the server.

Now the problem is that if a person has entered the page and want to logout it still gives the same exception messages(which it should) rather than logging out of the page.

I am using ASP.NET with c# as back-end.
I want the the logout button(rather all except the submit button) to function prior to the validation please help. Thank you vary much in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

玩心态 2024-10-21 05:04:58

您可以使用两种不同的方法:

You can use two different method:

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文