Questions tagged as 'asp.net-mvc'

0
answers

Initial character pagination ASP.NET MVC 5

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...
asked by 08.08.2018 / 18:39
1
answer

Export a JQuery bootgrid to Excel

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...
asked by 08.08.2018 / 13:36
1
answer

Open base64 PDF

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...
asked by 16.08.2018 / 19:04
0
answers

Request.QueryString was detected in the Asp.net MVC client

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'....
asked by 16.08.2018 / 23:45
1
answer

Asp.Net configure routes for multiple mvc projects

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....
asked by 06.08.2018 / 21:38
0
answers

Open partial view by passing parameter

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...
asked by 05.08.2018 / 21:12
0
answers

Doubt Select MVC .NET

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...
asked by 02.08.2018 / 14:50
1
answer

Upload data from one action to another

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...
asked by 01.08.2018 / 22:46
0
answers

Retrieve values from Partial View to View Parent

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...
asked by 09.08.2018 / 16:04
0
answers

Format table autocomplete of the text-box field using angularjs

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...
asked by 09.08.2018 / 17:29