Questions tagged [html.textbox]

ASP.NET MVC helper to make textboxes

28 questions
1
vote
2 answers

How to add image to the textbox autocomplete source

I'm using jquery autocomplete to load the values in the textbox: @Html.TextBox("Cities", "", new { @id="tags" })