Tag:ID update form content
-
ASP. Net mvc4’s idea of updating form content through ID
User requirements: once a form is created, most of its fields can no longer be edited. Only some of the fields can be edited. Non editing is realized by setting the disabled attribute to the input box. At this time, an error will be reported to the content of the submit form in the database, […]