Posts by Rodrigo Santos • 127 points
5 posts
-
3
votes1
answer762
viewsQ: How to pass the parameters of a view to two different ASP NET MVC actions
I need to pass two date(ini, end) parameters to two different actions, one to list on the screen, and one to generate a report. The problem that the view created from the action that lists the…
asp.net-mvcasked Rodrigo Santos 127 -
1
votes1
answer542
viewsA: How to show data coming in the database on a Highcharts chart in ASP NET MVC
Well, since I couldn’t find a way out of this problem, I decided to create a vector to receive the information from the chart and then do several Ifs checks to know the amount of information that…
-
5
votes1
answer1567
viewsQ: Error using Viewbag in Dropdownlistfor ASP NET MVC
I have a Dropdown that lists the categories of my system, but when I submit the form without choosing a category, it gives a server error saying that the Value cannot be null. I put a validation…
-
0
votes1
answer542
viewsQ: How to show data coming in the database on a Highcharts chart in ASP NET MVC
Good afternoon, I’m trying to show information coming from the bank in a Highchart chart, but even though I can integrate it into the project, I can’t pass the values of the information coming from…
-
3
votes1
answer420
viewsQ: Error while trying to pass a controller list to view ASP NET MVC
Good morning, everyone, I’m new to development, and I’m having trouble passing a list of a controller query to a view. I did some research and all the ways I found didn’t help much, if anyone can…