I have a drop down list populated with my database data when displaying user data. The problem is that when validation fails and post to the controller the drop down values are lost and I get an error. I have tried using tempdata but I get the same problem when validation fails the second time. Is there a better way to store values or maintain state without fetching everything back from the database.
Ta!