Can I assigin value dynamically like this?
- by kumar
<input type="text" id="Date-<%=Model.ID%>" value= " + <%=Html.DisplayFor(model=>model.Date)%> + " />
is this right? i am trying to display value in input box dynamically?
can anyone advice me is this corect approach? but still I am getting here only + + in input box?
thanks