Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已将详细信息视图的 DefaultMode 属性更改为 Insert,因为我想为我的 sql server 表创建默认插入表单。现在我希望添加验证器,如RequiredFieldValidator、RegularExpressionValidator 等。
那有可能吗?如果没有,那么是否有一种快捷方式可以为 Asp.net 中的数据库表创建插入表单,例如 python 框架 web2py 中的 SQLFORM(请参阅此处)?
将所有转换boundfields为TemplateField,打开EditItemTemplate每个TemplateField以添加validation控件。
boundfields
TemplateField
EditItemTemplate
validation