Posts by MAX.JAC • 29 points
3 posts
-
0
votes1
answer51
viewsA: Asp Net MVC Dropdownlist Mustache
I did it and it worked. $(Document). ready(Function() { $("#btn_include"). click(Function() { var f = {}; f. url = '@Url.Action("Recuperarnn", "Operation")'; f. type = "POST"; f. dataType = "json";…
-
-1
votes1
answer51
viewsQ: Asp Net MVC Dropdownlist Mustache
in my application when the user clicks to include performing two queries and each returns (id and name), I set up a mustache template, and would like to load this data in two dropdownlist. the…
-
3
votes1
answer890
viewsQ: Alignment of cells in itextsharp
I have a problem and I can’t find a solution, I am using itextesharp in a windowsfroms application, I created a table with 7 cells and I would like to align some right and others centralized.…