Hi
I have in a customerlist in my Index.cshtml
so that i have using model like this
@model IEnumerable<Customers>
another one i need put datepicker control in same view
how to implemented?
or
how to create new partial view and included this
Mark as Answer if its helpful to you
Kumaraspcode2009@gmail.com