Questions tagged as 'asp.net-mvc'

1
answer

Sort jquery datatable.net by date [duplicate]

I'm doing the ordering of the ORDER column like this: "order": [[3, "asc"]] Note that the ordering of COLUMN is not is correct: TheorderingoftheORDERcolumnneedstolooklikethis:     
asked by 07.11.2016 / 14:11
1
answer

Navbar with problems

I am doing a project, and when I reduce the screen, navbar changes to the mobile standard, making it responsive, then when I click on the 3 scales of the navbar menu, it downloads the content and displays normally, but when I click again, it doe...
asked by 21.10.2016 / 19:25
1
answer

Connection string for different users logged in

I'm doing a work and I came up with a possibility that I would like to know if it's possible to do it: the purpose of this idea is to switch a certain connection string as the logged-in user. That is, I will have a connection string...
asked by 18.11.2016 / 12:23
1
answer

Creating reports with ASP.NET MVC and AngularJS [closed]

My backend is with C# / MVC , in frontend usage Angular , I got to a point in the project that I need to create reports. How to generate reports in web environment? Which tool do you use?     
asked by 23.01.2017 / 11:30
2
answers

Maintenance page ASP.NET MVC

I have an ASP.NET MVC site that when I go into maintenance I need to display a maintenance page, does ASP.NET MVC have any chance of doing this just by changing a key in Web.Config or something like this?     
asked by 29.08.2016 / 19:58
1
answer

Send array to controller via Ajax.BeginForm and update PartialView

Good morning guys, I have a search screen where you can select multiple values according to the user filter. I use Ajax.BeginForm to update the table, but now I need to send an array, the user can select multiple values in a given field, s...
asked by 29.09.2016 / 17:00
1
answer

How to make my ASP.Net MVC project see folders with images? [closed]

I have a question, I have a folder with images included in my ASP.NET MVC project, but when my project is running it does not map this folder so it can not include images to my site. I have the following path Content/NewTheme/img/ :...
asked by 05.10.2016 / 14:15
1
answer

Call View on Another ASP.NET MVC Controller

I have 2 Controller's HomeController and UserController within UserController I have a method that validates the user.     If it is valid, I want it to redirect to the Index page of the HomeController But when I try to redirect it, it d...
asked by 16.08.2016 / 04:19
1
answer

Redirection with Ajax in ASP.NET MVC

I'm using Ajax to save the form data. The problem is that after saving the data they can not redirect to the "Action Index" where customers are listed registered, since the request was made in Ajax. I thought of creating a PartialView for this a...
asked by 01.12.2016 / 14:28
1
answer

MVC - Keep PartialView loaded when ModelState is not valid

I have a simple registration screen that, when selected new record, a modal (which is a partialview in the project) is opened for the user to enter the fields for registration. The call to the view is done through Jquery: $("#btn-Incluir"...
asked by 13.07.2016 / 21:02