Ajax AutoCompleteExtender..我可以将两个字符串传递给我的 webmethod 吗?
我得到它的工作,我将一个字符串传递给我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
考虑使用 ContextKey 发送第二个字符串。在这种情况下,您需要将第三个参数添加到您的 webmethod 签名中。
Consider using ContextKey to send second string. In this case you'll need to add a third parameter to your webmethod signature.