Posts by Cyro Bergonzi • 1 point
2 posts
-
0
votes1
answer643
viewsA: How to call a javascript function that is in a separate cshtml file (.js)?
Thanks for your attention and help, I managed to solve the problem as follows: <script src="@Url.Content("~/Scripts/diretoria.js")" type="text/javascript"></script> Following Victor…
-
0
votes1
answer643
viewsQ: How to call a javascript function that is in a separate cshtml file (.js)?
Hello, I have a page where the data of a DropDownList are the result of the selection of a DropDownList previous to this, I created a function with javascript and ajax to realize the filter,…