Questions tagged as 'asp.net'

0
answers

Problem to load Store Procedure with ADO.NET

I am developing an ASP MCV web application with C #, to link my application to a SQL Server 2012 database I have used ADO.NET and I have created a Model.edmx as shown in the image: The problem that occurs to me is that I do not see all the...
asked by 19.04.2018 / 22:05
0
answers

User profiles customized by the customer

I appeal to you because I've been "googling" a lot without a positive result. We have an application ASP.NET MVC which is multiple-company and multiple-user, this means that each client of ours It is a company within the application and eac...
asked by 17.04.2018 / 14:58
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 / 17: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 / 23:13
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 / 15:27
1
answer

JavaScript function with parameters does not respond

I have an aspx page with this carousel of images that are buttons at the same time: <div id="carousel"> <figure><asp:ImageButton id="puzzle1" ImageUrl="~/images/puzzle1.jpg" class="img-rounded img-responsive im...
asked by 26.04.2018 / 17:34
0
answers

How to load a modal in Asp.Net?

I am working with Asp.Net and Bootstrap. I have: a Button, a TextBox and a Label, I give a value to the TextBox I press the button and I add that value + 2, it shows it in the Label. Up there all good. But if that number is less than 0 I want me...
asked by 22.04.2018 / 02:18
0
answers

Obtain Excepcion when a mail does not reach its recipient by a badly written recipient or that does not exist

I have this code public void SendEMail(string recipient, string subject, string message) { try { //Intialise Parameters SmtpClient client = new SmtpClient(clientAddress);...
asked by 09.04.2018 / 22:09
0
answers

Variables declared in script are lost in page

Good morning. My problem is that I have an old project to which I must fix some things, but this has problems using variables declared as in any other page. This is the scenario: To avoid putting so much code, the page generates dynamic ta...
asked by 14.04.2018 / 01:30
1
answer

android localhost asp.net

I am trying to connect an android app with a web service ASP.Net with JSON . How could I do it to work in local? Using URLs as localhost: port, ip_of_my_team or 10.0.2.2 does not work for me. Any alternative or clue to what may be failing?...
asked by 12.04.2018 / 17:51