How do you make individual tables and/or columns read-only so the edit button won't show in ASP.NET's Dynamic Data framework?
如何使单独的表和/或列成为只读的,以便在ASP中不会显示edit按钮。网络的动态数据框架?
I'm using it against an entity data context.
我在实体数据上下文中使用它。
Is it possible?
是可能的吗?
1 个解决方案
#1
3
See my article here Making a Field Read-Only via the ReadOnlyAttribute – Dynamic Data should get you what you want.
请参阅我的文章,通过ReadOnlyAttribute -动态数据,使一个字段为只读,这将使您得到您想要的。
#1
3
See my article here Making a Field Read-Only via the ReadOnlyAttribute – Dynamic Data should get you what you want.
请参阅我的文章,通过ReadOnlyAttribute -动态数据,使一个字段为只读,这将使您得到您想要的。