Posts by Elcio Santos • 76 points
9 posts
-
0
votes3
answers730
viewsQ: Datatables export to Excel and format a text column as currency (accounting)
I’m trying to convert a numerical column 8.5 in accounting currency (R$ 8,50) when I use export Excel of jQuery Datatable, but I was unsuccessful. My spine is like this: { "data": "Valor2",…
jqueryasked Elcio Santos 76 -
0
votes1
answer441
viewsQ: Chart of hours on Highcharts?
I’m trying to make a chart similar to this one and I’m not getting it. Could someone help me? Remembering that the table can be ignored, I just wanted the chart same.…
-
0
votes2
answers1925
viewsQ: Concatenate string with Vue in href
I need to play this URL inside href: http://localhost:62828/colecoes/channel.aspx?channelId=30271973&category=4 But instead of channelId=30271973 I need to concatenate with {{collection. Id}}…
-
0
votes1
answer45
viewsA: Error making autocomplete c#
I managed to solve as follows, returning in Json! [HttpPost] public JsonResult AutoCompleteTag(string prefixo) { List<PalavraChaveModel> palavras = new List<PalavraChaveModel>(); using…
-
0
votes1
answer45
viewsQ: Error making autocomplete c#
I’m trying to make an autocomplete, but is giving the following error, not even make the post... My code is like this: <script type="text/javascript"> $(function () {…
-
0
votes1
answer137
viewsA: Nuget - Entity Framework error
Try updating the Entity Framework update-package EntityFramework If it doesn’t work, uninstall and install again via: Install-package EntityFramework (add -Version xxx if you are installing an older…
-
1
votes2
answers137
viewsA: Read files and automatically put in the desired line;
In C# I use the following code to read the files, ordered by creation date: using System.IO; string path=@"C:\ExampleArquivos"; \\caminho onde estão os arquivos var files = new…
-
2
votes2
answers185
viewsA: Losing the bar ("/")
Try to use it like this: var token = @"bHhETtde1UhKpwUVmTsNTpXZKyfZGK8/";
-
1
votes1
answer47
viewsA: How to call an "Admin" role in an IF in C#?
@if (User.IsInRole("Admin")) { }
c#answered Elcio Santos 76