ASP.NET 动态数据字段值在浏览器中消失
我有一个 ASP.NET 动态数据 Web 应用程序,其中有一个名为 ActivationResource
的实体。它的属性之一是 CellPhone 字段。现在,每当我打开其中一个实体的列表或详细信息视图时,手机号码会显示一会儿然后消失。
有人对这种神秘行为的原因有任何想法吗?
I have an ASP.NET Dynamic Data web application, with an entity called ActivationResource
. One of the properties of this is a CellPhone field. Now, whenever I open a List or Details view of one of these entities, the cell phone number displays for a moment then disappears.
Anyone have any ideas as to the cause of this mysterious behavior?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
奇怪的是,它出现后就消失了。这听起来像是客户端问题而不是服务器问题,因为服务器在返回页面后就脱离了循环(除了 AJAX)。
尝试的事情:
有时,浏览器插件喜欢混淆它们检测到的电话号码,以使它们执行特殊的操作(例如,我认为 Skype 就是这样做的)。
Strange that it would disappear after showing up. This sounds like a client issue instead of server, since the server is out of the loop after returning the page (AJAX aside).
Things to try:
Sometimes, browser pluggins like to mess with what they detect as phone numbers to make them do special things (e.g. I think Skype does that).