This question is locked. New answers and comments are not allowed.
Hi,
I am using asp.net mvc 2.0 version and need to save date in the database using create view.
Here is my code in create view..
I am using asp.net mvc 2.0 version and need to save date in the database using create view.
Here is my code in create view..
<%
: Html.Telerik().DateTimePickerFor(model => model.MyDate).Value(DateTime.Now) %>
I am using linq to sql. What to do in controller so that date will be saved in the database?
Please do send me the reply as soon as possible.
Thanks