برای نمایش خطا به کاربر هنگام ثبت نام وقتی کاربر ردیفی رو خالی رها میکنه باید چی کار کنیم؟
من در کلاس مدلم اینطوری نوشتم که :
[Required(ErrorMessage = "Enter your »LastName please!")]
[Display(Name = "LastName")]
public string PhoneNumber { get; set; }
این کافی نیست؟چون وقتی ردیفی رو پر نمیکنم برنامه این خطا رو میده:
An error occurred while updating the entries. See the inner exception for details.'
SqlException: Cannot insert the value NULL into column 'LastName', table 'admin.dbo.UserInfo'; column does not allow nulls. INSERT fails.
The statement has been terminated.