Questions tagged as 'asp'

1
answer

Send newsletter

I'm trying to send a newsletter to all users who have the newsletter enabled and I can not. My normal send email code is: try { SmtpClient smtp = new SmtpClient(); smtp.UseDefaultCredentials = false; smtp.Host = "smtp.gmail.com"...
asked by 07.07.2015 / 04:18
1
answer

Resize Multidimensional / Associative Array from a ResultSet

I'm trying to feed a multidimensional and associative array from a ResultSet, however it accuses the following error: Microsoft VBScript compilation error '800a0401' Expected end of statement /beta/comercialBannersRelatorioGerado.asp, line 5...
asked by 12.11.2014 / 18:09
1
answer

Mounting array with checkbox

I would like to mature the idea below of sending a JavaScript variable to asp and with the choices in array , I am only able to send a choice at the moment: <!DOCTYPE html> <html> <head> <script> function getEleme...
asked by 27.10.2014 / 22:03
2
answers

Drivers for bank connection via Classic ASP

Good afternoon. In the connection string of our web application, we always use Driver {SQL Server}. We have other options like {SQL Server Native Client 11.0}. What are the decision-making criteria for choosing one or the other? Do you have an a...
asked by 10.06.2014 / 20:10
2
answers

problems in insert in classic asp (replace)

People, in my database, the column is set to numeric (18,2) Then I have a field in a form that the person types the value and it goes to my table. insert looks like this: entrada = Replace(Request.form("entrada"),",",".")...
asked by 26.09.2018 / 17:29
0
answers

Call a method from a .NET C # DLL from a Classic ASP application

I have a web system in ASP that does Warehouse Management (WMS). The system works and is already in use in some companies. Recently the need arose to work with labels that will be pasted into the order volumes. The printer I'm going to use is...
asked by 23.08.2018 / 23:10
1
answer

How to change the welcome message to log in!

I'm developing an ASP.NET MVC application, by default it already comes with a pre-defined template, however when I log in to the application it displays the message "Hello [email protected]!", but I wanted that instead of the email appear...
asked by 11.04.2018 / 19:44
0
answers

Chart in asp.net [closed]

I'm developing a site in asp.net where I need to upload files (.mat), and receive values in a list to plot line graphics, with many points (about 200,000 points) on a single page. The plotting issue can be solved using Microsoft Chart Control, b...
asked by 22.02.2018 / 03:12
1
answer

Macro Vba - IE ... Click, Not working button

I am not able to click on a button that generates a report in Excel (after it opens that "File Download" tab "Do you want to save? Open? Cancel ?, but this part is quiet, I think, if not me and if they already have the solution ...). Problem...
asked by 13.09.2017 / 15:31
0
answers

Incorrect syntax near the keyword 'ORDER'

I started performing a program in classic asp and in a part of this program I wrote the following code: <% SQL = " SELECT Id = TCD.Id "_ & " , IdTipoContrato = TC.IdTipoContrato "_ & " , Codigo...
asked by 09.06.2017 / 16:08