Questions tagged as 'asp'

0
answers

ASP Classic & MySQL - Find out what page the X-register is in

I have a problem that I think is more logical than the language itself, but if they can respond in ASP Classic it helps a lot. I need to create a function, where given an X record, and a quantity of records per page, indicate on which...
asked by 13.07.2018 / 20:02
0
answers

Change Authorization ASP.NET MVC 5 redirect page and return to returnUrl

I created an ActionResult Access denied controller an error box is generated whenever the user does not have permission, and I have also created the UserPermission class that I will use instead of Authorize > . My problem is tha...
asked by 20.07.2018 / 13:51
0
answers

Persist Upload - File Extension

To get the extension of an image file we use file.ImageType in the ASP 3 Pesist.Upload component. And to catch the extension of non-image files. Not in the component? Example: .txt file. Will I have to use FSO anyway? It is not possible....
asked by 17.07.2018 / 21:35
0
answers

I need to limit results of each column in 4 items only in MySQL

I'm using this select SELECT * FROM (SELECT * FROM clientescontatos t1 WHERE codcliente = 'teste' AND tecnicoFlag = 1 LIMIT 4 UNION ALL SELECT * FROM clientescont...
asked by 04.07.2018 / 20:55
0
answers

Failed to load PDF document after calling service

I have a Service that generates a PDF and returns the bytes of it: The Service when run on the web returns this: <?xml version="1.0" encoding="UTF-8"?> <base64Binary xmlns="http://...com/">JVBERi0xLjMKJcfsj6IKNSAwIG9iago8PC9MZ...
asked by 04.07.2018 / 13:29
0
answers

Page Capture on external site (running javascript on this page)

There are several ways to read an external page with a component type AspHTTP.Conn, Dynu.HTTP, MSXML2.XMLHTTP, Microsoft.XMLHTTP. For example: <% Set XMLHttp = Server.CreateObject("Microsoft.XMLHTTP") 'CAPTURAR CORPO' XMLHttp.open "GET", "h...
asked by 05.07.2018 / 16:01
0
answers

"Transpose" table in classic ASP

People, I have a table in SQL with the following columns "pv, product, values". Currently I have a registration form, where the person inserts these values and he goes to this table with id auto increment. But I need to generate a control...
asked by 28.06.2018 / 22:40
0
answers

Register User Email Identity

Hello, I did a Reserve CRUD, and the idea was that when the User logged in to make their Reservation their Email was registered along with the other registered data. The problem that in the place where it was to appear the Email of this User...
asked by 17.06.2018 / 06:44
1
answer

Doubt - Dependent Combobox with Classic ASP

I have two tables in SQL: A group that has two columns: id and group A product that has three columns: id, group, and product In the Products table, the "group" column is equivalent to the "id" column of the groups table. I'm tryi...
asked by 18.06.2018 / 22:05
0
answers

Get the selected value in the combobox with Classic ASP

I have two tables in SQL: A group that has two columns: id and group A product that has three columns: id, group, and product In the Products table, the "group" column is equivalent to the "id" column of the groups table. I'm try...
asked by 19.06.2018 / 18:34