Questions tagged as 'asp'

1
answer

Send an SMTP email [duplicated]

Hello, how am I trying to send emails through a form in asp but it does not work for me and this is what I have behind the code (.cs) protected void btnform_Click(object sender, EventArgs e) { MailMessage msg = new MailMessage();...
asked by 21.04.2017 / 00:08
1
answer

Pie Chart error public static double

I have 4 pie charts in ASP.NET C #, I use webservice and Jquery, something is not working properly. The main error is the following: I have a sliderbar that if I do not slip it in the first 10 minutes, the memory of the information that was s...
asked by 20.09.2016 / 19:56
1
answer

What is the asp.net equivalent of the "Execute" function of asp

I'm migrating an asp page to asp.net and I usually find this kind of functions function realizar_calculosRteTesDin(nombreDin) Execute("sumaIngresosCorriente" & nombreDin & "=" & chr(34) & Calculos(cCalculo1) & chr(34))...
asked by 15.09.2016 / 17:13
1
answer

Use .NET component in COM + application

In my company there is a asp application that interacts with COM + components made in Visual Basic 6 and one of those COM + components interacts with a component made with .NET C #, for which the type library had to be created ( tl...
asked by 24.02.2016 / 23:07
2
answers

Convert time in HH format: MM to int

I'm at a crossroads it turns out that I'm making a .Net application that receives me an example value 00:34 and that value I want to convert to int to pass it to the database example my time I get is: 00:14 and I want to convert it to an inte...
asked by 24.04.2018 / 17:07
0
answers

Submission of Form and Data from Table to ASP .NET Controller by AJAX

This is my first question on this platform. I am new with the ASP .NET framework and I have a problem that I tell you: I have a table that is generated as products are added to it to be billed. I also have a form with the data of the invoice....
asked by 05.09.2018 / 16:08
1
answer

ASP.NET MVC 5 consuming apiweb

I am consuming an api which returns me as response the following: { "rows": { "recordset": [ { "Monto": "10000000", "CantidadDias": 50, "TasaDiaria": "0.009700000000000",...
asked by 04.05.2018 / 13:54
0
answers

Problems with for loop when rendering input checkbox

I have the following problem when rendering some input checkbox , I go through a loop for with a model type List<> as in the following example: @for (int i = 0; i < Model.MiModeloList.Count(); i++) { if (Model....
asked by 04.06.2018 / 17:22
1
answer

What does the Request.Form ["codproduct"] do on asp.net?

I saw the following code on the internet: Request.Form ["codproduct"] but I do not know what the function of Request.Form is and the co-product it represents?, I would appreciate your explanation and its use.     
asked by 13.03.2018 / 22:10
0
answers

ASP and MySQL remote

For X reason I must make a connection from ASP (classic) hosted on server 1 (windows) to MySQL hosted on a server 2 (linux), I have installed the driver and makes the connection, but I get the following error:    [MySQL] [ODBC 5.3 (a) Driver]...
asked by 05.01.2018 / 15:58