Hi
I got a property called "dateNow" that I am updating using the the current date.
After the property is updated I get an error message on a dictionary value that is missing, but is actually there.
I have two views HomePage.cshtml and ContactForm.cshtml, which is a partial view for the contact form.
Updating doc type property using date time
Hi I got a property called "dateNow" that I am updating using the the current date. After the property is updated I get an error message on a dictionary value that is missing, but is actually there.
I have two views HomePage.cshtml and ContactForm.cshtml, which is a partial view for the contact form.
This is the HomePage.cshtml:
This is the CommonContactForm.cshtml
This is the update time function:
This is the error message I get link
is working on a reply...