Questions tagged as 'asp'

1
answer

How to retrieve the URL from the previous page ASP

Hello, good afternoon. I wonder if anyone has any tips for me to get the URL from the previous page in the following scenario: An MVC page has a link to an ASP page Click the link Opens the ASP page ** At this moment, how do I save th...
asked by 05.04.2018 / 20:52
1
answer

ASP Classico: How to replace the character "SLOPE" with "TRACE"?

I have a problem - when using a component for PDF - I ended up having an "Out of Range" error when generating the PDF document. I found the problem with the error line and found that the error was because the user registered a "SLOT" in the s...
asked by 22.06.2017 / 02:02
1
answer

Problem with foreach Shopping Cart

I'm having a problem with foreach and I wonder if there's another method to not have to change all the code. What happens is that each time more than one product is added to the cart, if we buy 2 products instead of getting everything...
asked by 09.07.2015 / 13:51
2
answers

Problem with timeout in classic asp [closed]

I have a problem that after a normal user sees the comparative on the chart you need, after a few minutes if he clicks the "OK" button again without having moved anything before, he can see the companies name on the chart, these names have to be...
asked by 08.07.2015 / 14:42
1
answer

Make filter on loaded bank variable in javascript [closed]

I have a variable, which brings me all the data in the database. There is, as in javascript, I do a filter on it yet, like it brings me 10 tuples and by the only one filter. Before anyone says to do this in the bank, I would like to know if you...
asked by 28.09.2015 / 22:21
1
answer

Update an asp section variable without refreshing the page

I'm breaking my head to try to solve this problem, but without success ... I have a virtual store created for another programmer who disappeared. To vary code is undocumented. To calculate the freight in the shopping cart it calls another...
asked by 27.03.2015 / 05:44
3
answers

Search for information by content and not by array position

I want to search for a certain word in a different way, I just got the one described below: <% mystring = "Como eu faço para separar uma string em várias strings?" myarray = Split(mystring, " ") For i = 0 to Ubound(myarray) Response.Write...
asked by 05.11.2014 / 19:54
1
answer

Logic for Boolean variables in ASP

Good morning, I maintain a huge system, we have two servers, one test and one production, I happen to have the following problem: On the test server, this condition does not return true (true), but does not return production. if Variavel Th...
asked by 18.10.2018 / 15:15
1
answer

Better understanding the max_user_connections count in MySQL

If on a page I have connection and query more than one database will count as two connections And if it's the same database but has multiple queries (select) will count as multiple active connections? Why do not show proccesslist become act...
asked by 13.08.2018 / 21:40
1
answer

Cint Formatting in Classic ASP

Good afternoon. Guys, I'm having a doubt in formatting ... In my table, I have a column with nchar data (4) (before it was nvarchar (4), but gave in the same), in the form users choose in a select to be able to fill and send to the table. >...
asked by 08.08.2018 / 21:15