显示特殊字符,例如 é在自动完成中
如何在 Ajax Control Toolkit 的 AutoComplete 中显示特殊字符(如 é)?它们在 IE7 中显示为白色方块,在 FF4 中显示为黑色菱形。我尝试使用 HttpUtility.HtmlEncode 在 WebMethod 中转义它们,但这使情况变得更糟!
(也在这里提出http://ajaxcontroltoolkit.codeplex.com/workitem/26998)
How do I show special chars like é in Ajax Control Toolkit's AutoComplete? They're showing as a white square in IE7 and a black diamond in FF4. I tried escaping them in the WebMethod using HttpUtility.HtmlEncode but that made it worse!
(Also raised here http://ajaxcontroltoolkit.codeplex.com/workitem/26998)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从文件中读取值时,使用
而不是
When reading the values in from file, use
rather than