I’ve got a form that gets a partial name from another table. When I submit the form, if this partial name was populated (from a condition), I need to update this field.
Now, is it possible just to update this one record (one field) in jquery, or do I have to pass a value to the controller update the record there? What is the preferred method?