I have a column in my model which requires the data to be passed while saving / modifying data while save and not captured in the screen. for eg, Created date with datetime.now and the created by with the logged in user id.
How do I do that?? I am using mvc5 with visual studio 2013 and Annotations.
Thanks
Rajesh Moorthy