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...
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...
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...
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...
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...
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; }...
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...
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....
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...
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...