Questions tagged as 'asp.net-mvc'

0
answers

How to trigger a "Change" event of the Combobox to make a Post from a Modal?

I have an ASP.NET MVC project where I have a PartialView INDEX and another CREATE. in my INDEX, I have a Generic MODAL block where my PartialViews open in Modal form. <div class="modal fade" data-backdrop="static" id="pessoaHistory" rol...
asked by 14.05.2018 / 23:54
0
answers

Checklist attached to a category to later store it in another table

I have the following situation, I need to bring in my view the checklist (tbl_sistema_categoria_atendimento_checklist) that the user has registered for a certain category, the checklist should only be shown on the screen if the user selects a ca...
asked by 05.05.2018 / 22:04
1
answer

How to display two TextBox from a result in DropDownList

I display a DropDownList with two SC and PR values, if it selects SC then I want it to display two TextBoxes, one with the RG, and another with the Birth Date, and if the person selects PR, I want to get off only a field with the Date of Birth a...
asked by 04.05.2018 / 02:39
0
answers

Forms Authentication redirect to another login application and return to authenticated application

Good afternoon, folks, I want to do the following with Forms Authentication: 1 - When accessing application link the user is not authenticated the application redirects to the application link : loginUrl="http: // localhost: 51040 /"...
asked by 09.05.2018 / 21:01
0
answers

Configure the padding of my DataTable (Bootstrap) headers via JavaScript and CSS

I need to configure the padding of my DataTable (Bootstrap) headers through JavaScript and CSS because the arrows are getting too close to the header titles and getting cluttered when the columns are scaled. I tried to use JS, but I could not .....
asked by 01.05.2018 / 16:06
0
answers

How to do join between two tables and display ASP NET Intity Framework MVC

I want to join between two tables and display the result in the view. Could you tell me how? How to submit by viewbag? Table 1. namespace ControleTTM.EntityFramework { using System; using System.Collections.Generic; using System...
asked by 08.05.2018 / 22:01
0
answers

Email Confirmation in C #!

I made this form that the user when registering should receive an email in which he will have a link to confirm his email by clicking on the link, so in the way I did he is not receiving the confirmation email. For this I created a class called...
asked by 27.04.2018 / 18:20
0
answers

Generate reports in ASPNET CORE MVC

Is there any solution to generate reports in ASPNET CORE 2.0 MVC applications without needing a report server? I did some searching and did not find much on the subject.     
asked by 27.04.2018 / 14:55
0
answers

Add image to QR code generated by ZXing.Net C # MVC

QrCode being generated   MyQrCodecreationclause:publicstaticclassQRHelper{publicstaticIHtmlStringGenerateQrCode(thisHtmlHelperhtml,stringurl,stringalt="QR code", int height = 500, int width = 500, int margin = 0) { var qrWriter = new...
asked by 23.04.2018 / 20:49
1
answer

Message Appears When Selecting Value in a Dropdownlist

I created a dropdownlist in asp.net linked to a database. Now I want a message to appear as soon as one of the db values is selected. (Ex: A dropdownlist with three values "A", "B", "C".) When I click on "B", a message appears saying: "You ch...
asked by 28.04.2018 / 02:00