Questions tagged [insertonsubmit]
37 questions
26
votes
2 answers
NullReferenceException when doing InsertOnSubmit in LINQ to SQL
In my database I have a table called
StaffMembers
when I bring this into my .net Project as through linq-to-sql an entity class StaffMember is created
Now I have also created a partial class StaffMember in my project also, to add extra properties…

soldieraman
- 2,630
- 7
- 39
- 52
5
votes
4 answers
Can't find InsertOnSubmit() method
I'm new to Entity Framework, and I'm think there is something that I misunderstand here.
I'm trying to insert a row in a table, and everywhere I found code example, they call the method InsertOnSubmit(), but the problem is that I can't find anywhere…

Hugo
- 2,077
- 2
- 28
- 34
4
votes
3 answers
submit text from "div contenteditable"
I'm trying to find a working solution, but there is nothing useful at the moment. I have the following form: