Click here to Skip to main content
15,905,875 members

Comments by prizzy (Top 7 by date)

prizzy 13-Jan-21 17:17pm View    
I understand. We will go the hovering over a button menu popup route.
prizzy 13-Jan-21 17:15pm View    
Yeah. It's pretty weird. But she does. I used to make webpages (before it was drag and drop). She's a math geek, and is not teaching my 7yr old to play.
prizzy 8-Apr-15 22:16pm View    
It worked, and I had to tab through all the fields. why is that? how do I avoid having to do that? Some forms may not need all the fields tabbed through. I had default values set.
prizzy 7-Apr-15 22:47pm View    
So that stops the error but inserts the default values in the DB. For some reason, .savechanges() is not reading the form data and saving it. Entity is supposed to update automatically without having to manually add a record with all it's individual fields.
prizzy 7-Apr-15 21:04pm View    
Here is the project. https://www.dropbox.com/s/vyul4dh29351eru/UserFavoritesEF6.zip?dl=0

I will try your solution and respond. It happens with all the fields on the details form. Its not reading any of the form fields with .savechanges(). Using defaults for them all.