I have my grid with the haged Pagedlist helper
<div class="table-responsive">
<table class="table table-hover">
<tr>
<th>
@Html.ActionLink("Id", "Index", new { OrderBy = ViewBag.O...
I have a CSHTML where the fields will become parameters, which will be passed via post to an existing method in a controller. How do I do this? I'm searching, but I still have questions about how to pass, as the method will understand that it co...
I have this jquery
$(window.document.location).attr('href', '/gerenciarpdv');
And this button calls this page
<button id="teste1" name="teste" class="btn-pesquisa" onclick="ChamaGerencia();">GerenciarPDV</button>
The proble...
I'm getting the following error:
'AddEmployeeViewModel' does not contain a definition for 'OfficeEmployee' and in the extension method 'OfficeEmployee' accepting the first argument of type 'AddEmployeeViewModel' could be found >
Inside...
I need to build a dynamic chart from a filter panel and two select fields that can be crossed. I already have the structure that goes to the graph and how I need to return from the backend .
In the case of backend I have the code below t...
I'm trying to implement the X.PagedList paging, but in that line:
@Html.PagedListPager(Model, pagina => Url.Action(
"Index", new { pagina, search = ViewBag.Busca }))
I'm getting the following message:
'IHtmlHelper
I have an 'input file' that the user will upload the worksheet, I need to check if it is .xlsx or .xls and scan the data of that worksheet. After that, I need to save these items to Sql server.
On verifying the extension...
Gentlemen, I need guidance to start an ASP.NET MVC development project in Visual Studio. It is related to the implementation of the Authentication feature when creating a new ASP.NET project. My system will have two types of users, which will ne...
I'm trying to connect to Sql Server Express 2017 via Visual Studio (local connection), but I always get this error when I try to open:
A connection to the server was established successfully, but a
during the logon process. (provider: Sh...
Hello, I'm having a hard time changing the width (length) of an input in asp.net MVC , I followed the course guidelines and it did not work.
Follow the code of my view , if anyone can help ....
I can not update the bootstrap...