how to display one input text box..

Posted by kumar on Stack Overflow See other posts from Stack Overflow or by kumar
Published on 2010-05-17T19:22:07Z Indexed on 2010/05/17 19:30 UTC
Read the original article Hit count: 127

Filed under:

hello,

 <input type="text" id="Date-<%=Model.ID%>" /><%=Html.EditorFor(model => model.Date)%>

if I use this I am getting two input boxes on front end?

Can any body help me out.. how to get only one textbox,..

thanks

© Stack Overflow or respective owner

Related posts about ASP.NET