此页面上的另一个对象已使用 ID“XXXXXXX”;
我收到来自 Visual Studio 2010 的警告,指出我的 ASP.net 项目中的每个控件都有重复的 ID。显然情况并非如此,因为我自己命名了页面上的所有数百个左右控件,并且我确保不允许任何重复。还有其他人遇到过这个问题并找到解决方法吗?
谢谢
I am receiving a warning from Visual Studio 2010 that every single control in my ASP.net project has a duplicate ID. This is obviously not the case, since I named all hundred or so controls on the page myself, and I made sure not to allow any duplicates. Has anyone else run into this and found a fix?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
重新启动偶尔会起作用,但通常解决方案是右键单击“未渲染”控件并选择“更新”。这可以解决问题。
restarting will work occasionally, but often the solution is to right click the "unrendered" control and select 'update'. This does the trick.