Asp.Net MVC Not Duplicate forms when Edit/Add

Posted by Pino on Stack Overflow See other posts from Stack Overflow or by Pino
Published on 2010-05-18T12:22:23Z Indexed on 2010/05/18 12:30 UTC
Read the original article Hit count: 265

Filed under:
|

When we have anything that requires user input (Eg adding a product to a database) the Edit screen looks the same as the add screen. When using MVC .Net how do you handle this? Do you return the same view? Just adjust the model to reflect the change?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about asp.net-mvc