| id | name | dob | |
| 1 | rakesh | [email protected] | 12-12-2012 |
| 2 | sameer | [email protected] | 11-11-2011 |
then Sameer and rakesh is not insert in table using mvc 4 , linq code
please help me
its urgent ....
| id | name | dob | |
| 1 | rakesh | [email protected] | 12-12-2012 |
| 2 | sameer | [email protected] | 11-11-2011 |
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Bhuvanesh MohankumarPosted May 13, 2016, 7:04 AM
Try executing this command in the SQL Table
Bhuvanesh MohankumarPosted May 13, 2016, 7:00 AM
Is there any constraints set for the data table column?
What error is populated when you try to insert the same data?