Ajax AutoCompleteExtender..我可以将两个字符串传递给我的 webmethod 吗?

发布于 2024-08-05 14:50:14 字数 93 浏览 9 评论 0原文

我得到它的工作,我将一个字符串传递给我的 webmethod,它做了一个很好的自动完成框...

但现在我需要传递两个字符串来帮助过滤结果。最好的方法是什么?

I got it working where I pass a string to my webmethod and it does a nice auto complete box...

But now I need to pass two strings to help filter the results. What is the best way to do this?

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

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

发布评论

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

评论(1

酒几许 2024-08-12 14:50:14

考虑使用 ContextKey 发送第二个字符串。在这种情况下,您需要将第三个参数添加到您的 webmethod 签名中。

Consider using ContextKey to send second string. In this case you'll need to add a third parameter to your webmethod signature.

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