Questions tagged as 'asp'

2
answers

Add values of different selects

Good morning To everyone, I have two select, I'm displaying next to each other, I need to add the value of a select with that of the other .. is it possible? the two select are separate tables, I'm displaying one value next to the other, but I n...
asked by 09.02.2018 / 11:16
1
answer

Access WebService localhost - Android Studio

I have a webservice that was made in ASP.NET in VisualStudio 2013, I'm running it locally (localhost), and I'm not able to access it in the Android Studio Android emulator, nor on my physical device (USB debugging) . I tried to use IP 10.0.2....
asked by 30.11.2017 / 14:03
1
answer

Error: Expected End of Statement [closed]

I'm using SQL for a classic ASP page and in a part of the code I have this: If (opcao = 1) Then If credito > 0 Then SQL = "UPDATE FO_Passaportes SET creditoTotal = creditoTotal + " & credito & " WHERE...
asked by 26.06.2017 / 17:13
1
answer

Problems to enable remote access SQL Server + Android

Good afternoon I made a webservice in asp.net, and I need to access it through an android application. In any normal function, it works normally, but if it is some function that has access to the database, it causes the following error:    A...
asked by 27.01.2016 / 20:07
1
answer

ASP.Net - JavaScript / Text GZip File Compression

Good afternoon, I'm having a hard time configuring traffic compression using GZip . Here are the steps I've taken to make compression work: I have already enabled the features of windows related to compressing files on the web; I'...
asked by 10.12.2018 / 18:48
1
answer

Write file in .ASP with JAVASCRIPT conditions

How do I write an .asp file if a condition in JAVASCRIPT? NOTE: I can already write files in a quiet .asp file. Below the source portion as an example: <script> if(1 == 2) { // ISSO É FALSO, PORTANTE ELE DEVE IR PARA O ELSE, POREM...
asked by 12.06.2014 / 16:07
1
answer

Output ASP .NET MVC Cache

I am studying about the output cache in Asp .NET MVC to improve the performance of my application. From what I've seen it can be stored in various places like: · Any · Client · Downstream · Server · None · ServerAndClient Doubt If I ca...
asked by 13.11.2018 / 10:22
1
answer

Return array ASP 3 and popular select with each JQUERY

I need a popular select (Html). I believe that step would be this, but how to do it? Does anyone have a link that can direct me? Click on select (maybe OnChange) Put Query (Query) data into ASP in this Array Return this Array to JQUERY a...
asked by 20.07.2018 / 16:57
1
answer

How to use the list when it does not know the object that will be returned?

I have an Oracle database and need a popular gridView . I'm doing with var , because I do not know the type that will be returned. Can you make a list in var , example list<var> , and then play on grid ? gridview1.dat...
asked by 16.11.2017 / 19:56
1
answer

Deserialize Image in ASP.NET WebForm

I have a question about the deserialization of an image in webforms, I am working with Oracle Database which is my context and using the entity framework for image I am using BLOB, I was able to serialize and commit in bd, but not I can deserial...
asked by 24.11.2017 / 13:07