Questions tagged as 'asp.net-mvc'

0
answers

Asp.Net MVC Chart

Good afternoon, I'm trying to implement a chart that shows me the total number of reservations made in a given month !! I already have this: Theproblemisthatthey-axisisdisplayingtheReservationIDinsteadofacountoftotalreservations.Inthisexa...
asked by 15.04.2018 / 17:38
1
answer

Edit / Refresh - ASP.NET MVC

Good afternoon! I'm trying to edit from "João Torres" to "João Torres Moreira", however the error message below appears.    The repository update, insertion, or deletion statement affected   an unexpected number of rows (0). The entities may...
asked by 09.04.2018 / 19:34
0
answers

Problems returning an IQueryable list to convert it with Automapper

I have a function that returns me a list of people with their personal / legal relationships. I have a PersonViewModel that is already mapped in the Autommapper layer ... When I call the GetJoinAll () function it has to return an IQueryable of P...
asked by 10.04.2018 / 00:39
0
answers

Show Image in DataTable asp.net MVC

I'm having trouble displaying an Image in the datatable in my application. I get the name of the image but it does not display. "columns": [ { "data": "Id", "name": "Id", "autoWidth": true }, { "d...
asked by 08.04.2018 / 16:01
0
answers

Freight in application Asp Net PagSeguro

I tried to find my question in other posts in the PagSeguro community, but I could not find it. I can connect my application to the PagSeguro production base. When I get to the payment part, I can not calculate the freight. In my application...
asked by 03.04.2018 / 02:44
0
answers

The values in my array do not appear

namespace ExemploValidacao.Models { public class Noticia { public int NoticiaId { get; set; } public string Titulo { get; set; } public string Conteudo { get; set; } public string Categoria { get; set; }...
asked by 01.04.2018 / 01:31
3
answers

Error ASP.NET MVC

I have this code, working perfectly just the way I want it @using (Html.BeginForm()) { @Html.AntiForgeryToken() <div class="container"> <form class="well form-horizontal"> @Html.ValidationSummary(true, "", new { @cl...
asked by 13.04.2018 / 19:35
0
answers

Asp.net GridView Query

I have GridView and would like to change search parameters when clicking on a Label . EX: The value of Label is 12345 , I would like that when I click on Label GridView use 12345 as search parameter....
asked by 30.03.2018 / 21:54
0
answers

Underline in View's name

I read the following "When a View starts with _ (underline) it means that it will not be browsable, ie it will not be able to access your content through browser requests." I ran a test, created a View with the name of _teste an...
asked by 07.04.2018 / 06:38
0
answers

Unlock Excel file for reading in my Asp.Net MVC application

I'm developing an application in Asp.Net MVC where it will upload an Excel file generated by another system, but this file is coming blocked through reliability center file locking settings > ThequestionishowdoIgetmyapplicationtoopenthefil...
asked by 06.04.2018 / 16:06