Questions tagged as 'asp.net-mvc'

0
answers

Modal bootstrap window does not open a partialview when deleting from the second page of a datatable

I have a modal window in my Index view that opens my PartialViews Create, Edit, and Delete. I have a datatable that contains pages ... Everything works normally if I delete records only from Page 1. If I try to Edit or Delete some record from pa...
asked by 11.05.2018 / 23:47
0
answers

Use the WebBrowser in an ActionResult MVC

Hello, I'm using System.Windows.Forms.WebBrowser to fetch an HTML form because I need the value of some inputs of this form: InmyActionResultIcalltheExecuteWebBrowsermethod: TheproblemisthatsometimesallforminputsareloadedandhaveinputCollec...
asked by 11.05.2018 / 02:18
1
answer

IOC - No parameterless constructor was defined for this object

I am doing a project and they are separated in layers, I can call DDD. However I have the following error: No parameterless constructor has been defined for this object. I'm using Ioc, here's how I'm doing: public class NinjectWebCommo...
asked by 11.05.2018 / 03:48
0
answers

"Active" carousel in html

Good. I have a project with multiple views that contain a carousel. For example, this is my home page AndwhenIclickonthefirst"See More" button, this appears So far so good! But if I leave this "window" and click on another "see more" b...
asked by 17.05.2018 / 17:18
0
answers

First Field is null in Each JQUERY

The first fields are appearing null when I step into the controller follows the code HTML <div id="divItensServicos" class="price-box collapse"> <h3>Itens de Serviços</h3> <div class="container-fluid">...
asked by 10.05.2018 / 02:42
0
answers

ZXing Colorful .net

I need to create a colored qrcode using zxing.net but I can not and I do not even think 1 tutorial on the internet even searching and trying the days, does anyone have any idea how I can develop 1 color qrcode using zxing and c # net . If it hel...
asked by 10.05.2018 / 19:27
0
answers

Update Runtime Object Asp.Net MVC

I have a difficulty in an action. I want to update an object at runtime, for example, I have a request, that request is in approved state. except that by unsubscribing this request, I want to change the status of it to FINALIZED. The problem is...
asked by 14.05.2018 / 16:57
0
answers

Exception ThreadAbortException Oracle and Asp.net

I have a function that will get a generic sql to do an operation on the database, after sending the command, I have in the log is information "ThreadAbortException", does anyone know how to work around this problem? public static bool ExecutaC...
asked by 21.05.2018 / 16:19
1
answer

javascript click event does not call action - Asp.net Core

I created a modal block to display my View Create. When clicking on btnNew, a javascript event should call my Action Create return a blank view and load inside the modal ... Only modal only is opening. I followed with BP and found that the click...
asked by 07.05.2018 / 16:46
0
answers

MVC Upload Image and send the database

Good Night I'm making an online store for a course and would like to know if anyone could help me create image upload to the Database. The purpose is to add in the admin page and appear in the index. Page where the product is created:...
asked by 15.05.2018 / 10:04