How do you use the jQuery UI Datepicker with MVC's Html.TextBoxFor?

Posted by Matt on Stack Overflow See other posts from Stack Overflow or by Matt
Published on 2010-05-27T20:23:21Z Indexed on 2010/05/27 20:31 UTC
Read the original article Hit count: 625

Filed under:
|

I am using Model binding with the Entity Framework and have an Html.TextBoxFor(model =>model.date) input. I know how to tell jQuery how to implement a datepicker but not in this context. What would I need to add here to have a calendar popup when the user enters this field?

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about jquery-ui