I have a form which allows me to upload a picture plus some other data.. in my database I just save a string of the filename... now, when Im editing the same model, should I just let UpdateModel do its job or do I have to specify
modelobject.picture=file.Filename
Something is wrong with my edit form and Im not sure how exactly to debug the UpdateModel method to find the error but Im guessing its got to do with that.
I just realized the exception Im getting is "Row not found or changed" but it doesnt tell me which Row.... The table Im editing has manyy other values but I dont want to change any of those, so they are not included in the form... and UpdateModel is receving as parameter the fieldsm it should update