Posts by Mário • 13 points
2 posts
-
1
votes1
answer134
viewsQ: Autocomplete with typeahead and JSON
I have an ASP.NET MVC project and in it a script for autocomplete using typeahead with Prefetch: $(document).ready(function () { // Sonstructs the suggestion engine var ativos = new Bloodhound({…
-
0
votes0
answers91
viewsQ: Processing of a string in the view - Asp.net MVC
I have a public string TimeUpdate { get; set; } in my model that is of the form "13-12-2016 17:12:09".I need that in the view it appears only the hours and the minutes, as I can do the field…