Questions tagged as 'c#'

0
answers

ERR_TOO_MANY_REDIRECTS

I have a situation, I hope you can help me. I'm having an ERR_TOO_MANY_REDIRECTS error when from the BaseController of an MVC 4.5 application I try to redirect the user who is not logged in to the Login page. It should be mentioned that this pag...
asked by 20.04.2018 / 20:53
0
answers

Error consuming web service on asp.net mvc5

I'm getting this error when trying to consume a webservice :    System.ArgumentException HResult = 0x80070057 Message = The provided   URI scheme 'http' is invalid; expected 'https' Parameter name: via   Source = StackTrace: I unde...
asked by 19.04.2018 / 20:12
0
answers

link a select option with a checkbox. C # MVC

I come with you as I would like to know how to do the following. In this table: When I select the checkbox I generate an arrangement to save the value of the selected checkboxes, the detail is that I need to be able to link the value of...
asked by 30.04.2018 / 16:35
1
answer

How to get Bootstrap table data from the visible columns?

I have a table that has the extension resize disables some columns and I use the method $table.bootstrapTable('getData') I want to get a JSon with the remaining columns but the method brings all the columns. as it would be to bring only t...
asked by 18.04.2018 / 15:54
1
answer

mvc Details receives a null value

Use VS 2015. I have a list of clients. When I choose one, when I get to Details I notice that the user_name field arrives null. private salon_de_belleza_bd2Entities db = new salon_de_belleza_bd2Entities(); public ActionResult Index()...
asked by 17.04.2018 / 16:43
2
answers

WPF Browser aplication in C #

I have a WPF application that allows me to use the digital person sdk to capture fingerprints, and I have a web application that sends the generated exe from the wpf application, but I want to run that application from an application or website....
asked by 17.04.2018 / 15:45
0
answers

Render input file "PDF" in Internet Explorer with ASP.NET MVC 5

I'm trying to show a preview of files (.pdf). Currently I select the files with the tag "input file multiple" and I generate a list of the names of the selected files, now I would like to add a link that when I click on it open me in a modal win...
asked by 16.04.2018 / 21:13
1
answer

Summon WCF that is in another Class Library from JQuery

Hi, I have a problem trying to call a Wcf that is in a Class Library, I try it with JQuery making the necessary modifications, I've tried some relative and absolute paths in the Ajax URL, I'm doing it with a simple example annex the image. I alr...
asked by 16.04.2018 / 21:36
1
answer

Return Windows Forms value

I have an application that must return a value to the method that invokes it, I have been researching but most examples are of console applications and mine is of Forms. I have tried this way: Program.cs [STAThread] static string Ma...
asked by 20.04.2018 / 15:29
1
answer

Avoid calling the web service to debug asp.net application with sample data

I have an Asp.Net application in VisualStudio 2013 and SQL Server 2014 and I need to debug it without calling the web service and return a test number to me as proof and tell me that the invoice is paid. Here I have the debugging enabled: <...
asked by 26.04.2018 / 13:27