不支持 getautosuggest 数据类型
我正在使用 Google AutoSuggestData。它实现得很好并且在页面中工作 但是当尝试在另一个页面中实现时会出现错误
系统异常:getautosuggestdata 不支持类型
I am using Google AutoSuggestData. It's implemented fine and working in a page
but when trying to implement in another page it gives error
system exception :getautosuggestdata
type is not supported
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来您在新页面中包含该控件时忘记包含
DataType
属性。如果你设置了一个它无法识别的值,你会得到一个异常,比如“不支持 getautosuggestdata type 'Foo'”,所以我猜错误看到的是当属性为空时会发生什么。It looks like you forgot to include the
DataType
property when including the control in the new page. If you set a value that it doesn't recognise, you get an exception like "getautosuggestdata type 'Foo' is not supported", so I guess the error see is what will happen when the property is empty.