I am having a table called Tl which consists of fields ID,Name and Course.
In my view when i click ADD DETAILS button i should be able to fill name and course and save it DB.
Here my ID is primary key.But i am not using AutoIncrement for this field.Without using increment option i should be able to save the newly added values.
Can any one suggest me how to implement this using linq query.
Thanks!
I am having a table called Tl which consists of fields ID,Name and Course.
Share
I’ll suppose that you’re using EntityFramework