I would like to know if there is a way (some helper ) to perform paging of records by initial character.
For example, I have a list of people and would like the user to be able to page by the initial character.
Something like @Htm...
I have researched here in the stak and the internet, and I have seen some articles and tips on how to export an HTML table to excel. But in my case, I think it's a bit different because I'm using JQuery Bootgrid and all the materials I read end...
I have an application that generates a PDF in bytes and converts it to ToBase64String and sends it through a JSON so that javascript can open, but in chrome it can not read that file and display the PDF
$.post('/Relatori...
I'm having trouble when the user confirms an email via the Asp default registry. The user receives a link in html format and clicks on the link and the user gets an error from the application server.
Server Error in Application '/ myaplica'....
So that I can understand how this architecture of multiple MVC projects in a Solution works.
How do you link (link) a project to another within the same solution? Forexample,IwouldlikethatintheHomeManagementViewIgetalinktoViewHomeOrdinance....
I'm doing some testing on ASP.NET CORE 2.0 and I have the following question.
I have an Index (View) that is displaying a list of 'Users'.
And from the click of an 'Edit' button, I render my Partial View within a modal, where this Partial is...
I am doing an index, to bring the employee and the classification that he is, however if I do so, he appears the classification id, not the name:
@foreach (var item in Model.Funcionario)
{
<tr>
<td>@item.No...
I have a Action HttpGet , where this Action gets two parameters, dataInicial , and dataFinal , this generates a report, in the same Action . only I would like to send this data (List) to another screen, where it is...
I'm developing a screen in AspNet Mvc where I have an index screen that has a model called ParameterizationVM and on that screen I have a partialView that displays the units (which is a List<Unidades> that is contained in the parame...
Hello, I have some difficulties to leave the format of my data list after inserting a text with autocomplete with the same format of my text-box, it happens that after I type a name in the text field, when doing the search of data with auto-compl...