Click here to Skip to main content
15,896,726 members

Comments by Praveen Dselva (Top 7 by date)

Praveen Dselva 4-Aug-14 5:12am View    
When Exception occur which point is pointed in your code
Praveen Dselva 2-Aug-14 6:41am View    
it's single user license is available
do googling ....
Praveen Dselva 26-Jul-14 3:21am View    
Create a new question :-)
Praveen Dselva 26-Jul-14 2:42am View    
3 changes is required
1. [DisplayFormat(DataFormatString = "{0:dd/MM/yyyy}"), ApplyFormatInEditMode = true)]
2. @Html.EditorFor(m => m.Start_Dte)
3. Does not required [Column(TypeName = "date")]
Praveen Dselva 26-Jul-14 2:22am View    
this is the reason, date never set nullable
it can be default 1/1/1 or 1/1/1970 as required.

this is the reason you got NullReferenceException