Questions tagged as 'asp.net-mvc'

0
answers

Problems with routes in ASP.NET MVC

Hello, I have the following route: routes.MapRoute("RelatorioDemonstrativoResultadoExercicio", "downloads/relatorios/Relatorio_DRE_{dataInicio}_{dataTermino}.pdf", new { controller = "RelatorioFinanceiro", action = "DemonstrativoResultadoExerc...
asked by 28.01.2015 / 19:47
0
answers

Problems deleting in MySQL via MVC 4

I have a problem that does not steel the least idea of why it is happening and also I can not solve. I developed a WEB application in MVC 4. I can add and edit new records. But you do not want to delete it at all. It does not make any mistake. H...
asked by 04.03.2015 / 17:48
1
answer

Use TempData ASP MVC

From what I've been looking for ( here ), I can save a list of data in a TempData created in a function, to use in another function in my Controller. Now, I'm trying to do this, but I can not do it: Model: ... namespace ARTSOFT.dal.ViewM...
asked by 30.12.2014 / 17:48
3
answers

How to click on a TD and get the value of another TD hide?

One with 4, being a hide. Is there any way I can click on any and get the value of hide and send to my controller? This way I get the value of being clicked. $('#nmUsuario').on("dblclick", '.clique', function () { CarregaDados($(this).text...
asked by 28.10.2014 / 13:05
0
answers

Several Migrations in the same Bank

We use the same MS SQL database for many applications. I am aware that such action is not recommended however, unfortunately it is the method that will have to be applied. I work with code first and each time I create an application an...
asked by 08.10.2014 / 22:08
0
answers

Problem when executing asp.net mvc project in visual studio 2012

I have a project in asp.net mvc 5 that I needed to pass to mvc 4, so I created another asp.net mvc 4 project, copied all the folders from the other project, references such and gave a build and does not return any errors, but running the project...
asked by 13.07.2015 / 15:35
0
answers

MySQL Connector MVC

I installed the MySQL Connector and the location succeeded, I was able to connect and even make my Migration . However, after giving Publish in my project and uploading to FTP, I'm encountering the following error:    Can not perfo...
asked by 01.09.2014 / 16:08
0
answers

KnockoutJS and ASP.NET MVC

So, I'm starting to take a look at KnockoutJS and it's all a little gloomy yet, in the example I'm following, I'm having an error that says O objeto não oferece suporte à propriedade ou método 'join' . My JS function setupHubClient()...
asked by 03.03.2015 / 13:45
1
answer

Returning selected data to Razor on an anonymous object

I have a controller where I look for the birthdays of the month. However, I have more than 1000 birthdays a month, returning a table with more than 50 attributes of each, thus making the consultation time consuming. public ActionResult Ani...
asked by 03.03.2015 / 18:25
2
answers

C # MVC EF5 delete relationships

Hello, I'm developing an application using C # MVC and EF5 and I have the following problem: I have a client group management screen, in this group I can insert and remove clients, I use a relationship table between clients and groups called cli...
asked by 15.07.2014 / 20:46