Posts by Fabricio Fogaça • 26 points
3 posts
-
0
votes3
answers176
viewsA: Keywords with Jquery
I used this one and it was pretty cool: https://bootstrap-tagsinput.github.io/bootstrap-tagsinput/examples/ Just reference the js and css files on the page and leave your input like this: <input…
-
0
votes1
answer256
viewsA: Loading from inside partialview js/css
Your web.config is allowing debug? <system.web> <compilation debug="true|false" /> As you are only using a javascript file, it sometimes pays more to call it in the native method:…
-
1
votes1
answer44
viewsA: Query javascript in the Asp.net controller
Good afternoon Igor, if I understand correctly, this would be an alternative for you to consume this api by the controller: HttpClient _servico = new HttpClient();…