Posts by Matheus Batista • 39 points
5 posts
-
1
votes1
answer37
viewsA: Access time c# and show in Alert
I got a solution, actually I just needed to assign the variable @section scripts { <script type="text/javascript"> $("#button-submit").click(function () { var message = '@TempData["Message"]';…
-
1
votes1
answer37
viewsQ: Access time c# and show in Alert
I am trying to display a message according to the return of my method, which is a Task<ActionResult> , but when I call the TempData, she’s coming empty, where I’m erring? @section scripts {…
-
0
votes0
answers58
viewsQ: How to pass 2 values from my dropdown
I’m trying to send 2 values returned from my dropdown for my action, but I’m not finding a solution. My dropdown lists the results of a query in the database and returns 2 values per item, I want to…
-
1
votes0
answers12
viewsQ: Filter table by button value (Datatable)
I’m making some changes to a client’s Asp.net project, and came across a table built in dataTable(). There are some buttons that should perform a 'filter' based on the 'type' of each table item, but…
asp.netasked Matheus Batista 39 -
0
votes0
answers213
viewsQ: convert Data typescript
I’m having a relatively simple problem, but I’m not finding a solution: I need to send a request to save a Date in the database(sqlServer), but the date has to be in the format (yyyy-dd-mm…
typescriptasked Matheus Batista 39