.net - Row Duplication -


i junior developer working on .net web application project. in 1 of pages user compiles several text fields , presses 'save' button. text fields on page mapped properties of object. have 1 object mapped 1 table in db. use custom orm working quite well. sometimes, happens when users saves page data, corresponding row in db being duplicated.

can give me suggestions on might be?

hard without knowing more project. it's possible objects being treated new when shouldn't be, resulting in insert instead of update.


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

How can I fetch data from a web server in an android application? -

jquery - How can I dynamically add a browser tab? -