Questions tagged as 'asp.net'

0
answers

How to do dependency injection in a dynamically created class?

I'm making a gateway for a client project to consume microservices. In this gateway, the way the client will consume the application is through an interface. The implementation of this interface will be created dynamically (at compile time). So...
asked by 09.05.2018 / 21:59
1
answer

Error of log.Append

I have an excel spreadsheet with date fields, however, if I do not fill in these fields, I should display a message log for this user, but if I leave it blank, the log is not shown. I put the breakpoint to debug, but when compiling the code i...
asked by 21.05.2018 / 15:55
1
answer

Send Json from client application and receive on Server

I'm having a problem sending a json from my client application to my API on the server. The Json is generated correctly, and the POST request is performed, however on the server side the following error is reported: "message": "Ocorreu um err...
asked by 11.05.2018 / 16:19
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
1
answer

Visible Password

I am building a login in asp.net and I want that when clicking the checkbox to show the password it is shown. Design asp page <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server"> <div id="Titulo"...
asked by 04.05.2018 / 13:00
0
answers

C # - Tool that allows signing in a PDF document

I need a tool that allows a person to sign a PDF document in a certain place in the document, does anyone have any tips? But you have to allow doing this internally in my application, tools like Adobe Sign, which use Cloud for this can not be (i...
asked by 04.05.2018 / 12:29
0
answers

How to handle each day of an independent calendar (ASP.net)

I have a Calendar object in my web application (ASP.NET 4.5.2), where I get the dates registered in the database and fill in the day of the calendar with a color, as shown below: Iwasabletodoallthispartofgettingtheinformationfromthedatabasea...
asked by 16.05.2018 / 20:51
1
answer

Using cache during user session

I'm using OutputCache in an asp.net mvc5 application to cache a list in my application this way: [(Duration = 60, VaryByParam = "none")] public ActionResult Index() {} I just need to take advantage of this cache while the user is logged int...
asked by 09.05.2018 / 16:32
0
answers

Delay in query - Locked UpdateProgress - cancel update

I have in my ASP.NET application a results page that is the result of a query to MSSQL. To page the results, I use DataPager in the ListView, and to offer a slightly improved experience I use UpdatePanel and UpdateProgres and etc. Responses a...
asked by 10.05.2018 / 20:42
0
answers

Handling of WEB files (Folder creation, file upload and delete)

The feature of creating folders, include / delete files, as they exist in file management services like Google Drive, One Drive, DropBox, etc. Is it done with some kind of plugin? I'd like to apply this procedure to the application I'm develo...
asked by 02.05.2018 / 23:01