asp.net - Validators in DetailsView insert mode -


i have changed defaultmode property of details view insert since wanted create default insert form sql server table. wish add validators, requiredfieldvalidator,regularexpressionvalidator etc.

so possible? if not, there shortcut way create insert form database table in asp.net sqlform in python framework web2py(refer here)?

convert boundfields templatefield, open edititemtemplate of each templatefield add validation controls.


Comments

Popular posts from this blog

sql server - NHibernate incorrectly creating ManyToMany table - Cannot define PRIMARY KEY constraint on nullable column error -

All overlapping substrings matching a java regex -

c++ - Using OpenSSL in a multi-threaded application -