Most voted "asp" questions
ASP (from Active Server Pages), also known as ASP Classic nowadays, is a basic library structure (not a language) for server-side scripting language processing for dynamic content generation on the Web.
Learn more…308 questions
Sort by count of
-
1
votes0
answers35
viewsRun local files inside a frame in a modal
I have this code, an Asp function: sub montaContrato() %> <!--<div id="dialog1" title="Diálogo Modal" hidden="hidden">Este é um teste de Dialogo Modal usando JQuery-UI</div>-->…
-
1
votes2
answers763
viewsPage size equal to Iframe size
How do I make a page that is running inside an Iframe to have exactly the Iframe dimensions? My Iframe has 700px X 500px, but the page that is running inside it occupies half of Iframe or less and…
-
1
votes1
answer40
viewsWhat does the setCell command in javascript
The name implies that this command configures a cell in a table/grid. But I’m having trouble understanding its syntax mixed with asp. <%If col_cod <> "" Then %>…
-
1
votes1
answer52
viewsIIS Error 401 when sending image to iis directory with php
I’m having a problem with sending images. I have a php script that sends an image to an iis folder because it is used by Asp scripts. but every time I send this and try to open the image in the…
-
1
votes0
answers40
viewsHow to insert one HTML into another
Simple, but I’m starting and I believe they’ll help me objectively. I need to insert a menu and footer like a #include of Asp, but direct in HTML is possible?…
-
1
votes1
answer170
viewsClassic Asp Development: COM, how to use?
Would you like an explanation regarding COM components, What are they exactly? How to use them? From what I understand they are a kind of library that is on the server dai Voce associates to your…
aspasked 7 years, 10 months ago Thiago Souza 45 -
1
votes0
answers120
viewsMy modal closes, but does not populate fields of the calling form
I have posted some questions here about ASP and js. I received a lot of help from my colleague Tobymosque and also from Maicon. Well, with the help of both and the code that Toby gave me, I’ve made…
-
1
votes1
answer1017
viewsHow to set UTF-8 default page encoding on Windows Server IIS?
I have a coding problem (accentuation) with the template pattern of Bootstrap, specifically the carousel. The official code has the goals defined thus: <html lang="en"> <head> <meta…
-
1
votes1
answer116
viewsIs it possible to use MVC with VB and ASP?
Is there any framework or way to work with MVC in ASP + VB? Correct me if I’m wrong, but I’m thinking about working that way: View -> .ASP Controller -> .ASP.VB MODELO/DAO -> .VB…
-
1
votes2
answers501
viewsSQL - query True or False records
I am mounting a simple page that show records marked as blocked by admin. The field is user-block and the options are FALSE or TRUE. I thought the Query would be: "Select * from Usuarios WHERE…
-
1
votes1
answer270
viewsHow to distort an image using HTML 5 Canvas
I need to apply this image: In different shapes, such as cups, bracelets, T-shirts, such as these examples I tried with component of AspJpeg, but I saw with the developers who made this component…
-
1
votes1
answer85
viewsHow to use the list when you do not know the object that will be returned?
I have an Oracle database and need to popular a gridView. I’m doing with var, because I do not know the type that will be returned. It has to make a list in var, example list<var>, and then…
-
1
votes1
answer859
viewsAccess Webservice localhost - Android Studio
I have a webservice that was made in ASP.NET in Visualstudio 2013, I am running it locally (localhost), and I am not being able to access it in the android emulator of Android Studio, nor on my…
-
1
votes1
answer970
viewsPerform update and Insert in mysql via Asp classic
Good morning Personal I would like a help half boring can be up to something kind of banal I have a page on Asp connects.Asp as follows <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"% <% dim conn sub…
-
1
votes1
answer902
viewsSending email to Asp net - Gmail
Follow the email sending code, The error reported is in accessing with google SMTP. StringBuilder conteudo = new StringBuilder(); conteudo.Append("O Srº(ª) " + "<b>" + txtNome + "</b>" +…
-
1
votes1
answer84
viewsProblems to enable remote access SQL Server + Android
Good afternoon I made a webservice on Asp.net, and I need to access it through an android application. In any normal function, it works normally, but if it is a function that has access to the…
-
1
votes2
answers799
viewsDirect image upload to BD Mysql using C#
I am creating a WEB application using C# and a Mysql BD. I need to upload an image to the bank and then retrieve it. I’m a beginner in this world, but what I have so far: I have a field fupCPF which…
-
1
votes0
answers195
viewsHighcharts use method to fill series
I am making an application in Asp.Net that is using Highchart charts and the javascript function I am using is this (taken from the net and placed on the aspx page): <script…
-
1
votes2
answers247
viewsSend Dropdown Value to Iframe
How do I send a value from a Drop Down to a [IFRAME]? I’m reclaiming the value like this: function mandaIframe() { pai = parent.document.form1; // especifica o elemento de id="formularioX", dentro…
-
1
votes1
answer289
viewsReturn ASP 3 array and select popular with each JQUERY
I need to popular a select (Html). I believe the step would be this, but how to do it? Someone has a link that can direct me? Click on select (Onchange maybe) Put the Query (Query) data into ASP in…
-
1
votes0
answers118
viewsHow to link to another page having the option to choose the value in the combobox?
My page has a div that makes the link with another page, this other page has a combobox, in which each value brings me a different table from the database. Javascript that links to the page:…
-
1
votes1
answer880
viewsGeneration of Excel in classic SP generating blank sheet
I have a testeexcel.Asp file for excel generation: <%@ Language=VBScript %> <% Response.AddHeader "Content-Disposition", "attachment; filename=excelTest.xls" Response.ContentType =…
-
1
votes1
answer355
viewsI cannot close a tab(tab) with javascript
My universe is as follows: The attendant is with an open guide, making, obviously, a service. To end this service, URA already starta a second service. Turns out IVR opens another tab. By closing…
-
1
votes1
answer400
viewsHow to receive a form with file and form in controller ? C #
So I get the form: public JsonResult Import(**FormCollection** form) So I get the file: public JsonResult Import(**HttpPostedFileBase** file) $.ajax({ url: urlImport, method: 'post', data: new…
-
1
votes0
answers361
viewsCalling a DLL . NET C# method from a Classic ASP application
I have a web system in ASP that does the storage management (WMS). The system works and is already in use in some companies. Recently there was the need to work with labels that will be pasted in…
-
1
votes1
answer321
viewsMore performative way to work with Request in Classic ASP?
I’m working on a web page that uses Classic ASP and I got a question, store the value of a request in a variable improves performance when compared to staying using the request("value") throughout…
-
1
votes1
answer76
viewsASP.Net - Javascript file compression / Text Gzip
Good afternoon, I’m having a hard time configuring traffic compression using the GZip. Below are the steps I have already taken to effect compression: I’ve already enabled windows features related…
-
1
votes0
answers331
viewsHow do I leave the Friendly URL in Classic ASP?
I can only access the file by placing its extension, for example clients.php. I configured the web.config file this way, but I did not get results: <?xml version="1.0" encoding="UTF-8"?>…
-
1
votes1
answer77
viewsC# - Collections - Enigma Exercise
Hello, I was making a college exercise list and I came across this exercise, where you have a part of the code and it asks you to find out what code structure it belongs to. In my view, this seems…
-
1
votes0
answers318
viewsIncorrect syntax near the keyword 'ORDER'
I started to perform a program in classic Portuguese and in a part of that program I wrote the following code: <% SQL = " SELECT Id = TCD.Id "_ & " , IdTipoContrato = TC.IdTipoContrato "_…
-
1
votes1
answer300
viewsError: Expected End of Statement
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…
-
1
votes1
answer106
viewsHow to place how many hours ago the post was posted?
I have a website here that is pipocando problems more and more. It was done in ASP CLASSIC by another programmer and I’m more lost than anything else in this messy logic. The problem is this: the…
-
1
votes1
answer1252
viewsMacro Vba - IE... Click, Not Working button
I can’t click a button that generates an Excel report (then it opens that "File Download" button "Want to save? Open? Cancel? but this part is quiet, I think, if it’s not let me know and if you…
-
1
votes1
answer193
viewsDeserialize Image in ASP.NET Webform
Well I am with a doubt about the deserialization of an image in webforms, I am working with Oracle database that is my context and using the Entity framework for image I am using BLOB, I was able to…
-
1
votes2
answers1049
viewsAdd values of different selects
Good morning To all, I have two select, I am showing next to each other, I need to add the value of one select to the other .. Is that possible? the two select are separate tables, I am displaying a…
-
1
votes0
answers64
viewsChart in Asp.net
I am developing an Asp.net site where I need to upload files (.mat), and receive values in a list to plot line charts, with many points (about 200,000 points) on a single page. The issue of graphic…
-
1
votes1
answer82
viewsHow to change the welcome message when logging in!
i am developing an application in ASP.NET MVC, by default it already comes with a predefined template, however when logging in the application is displayed the message "Hello [email protected]…
-
1
votes1
answer68
viewsList C# missing what has already been added
I’m a beginner and I’m developing a shopping cart. The routine I thought was: Every time I click the add button, the product is sent to the controller via ajax request. I already have a list created…
-
1
votes0
answers33
viewsChange Password on first access using Identity Asp Net Error sending Email
I’m having a problem implementing a feature. The idea is: Make the User change password at first access(Since the user is created by someone else). How I’m using the Identity, I took logic of the…
-
1
votes1
answer177
viewsAsp Net Core MVC - Create Form with Multiple
It’s the first time I’ve asked a question, and I’m getting used to the page, so forgive me if I miss some rule. I’m new to Asp Net Core MVC and I’m picking up a lot to understand some things. The…
-
1
votes2
answers211
viewsInsert problems in Asp classico (replace)
Guys, in my database, the column is set to numeric (18,2) then I have a field in a form that the person type the value and it goes to my table. the insert is like this: entrada =…
-
1
votes1
answer144
viewsOutput Cache ASP . Net MVC
I am studying on the output cache in Asp . NET MVC to improve the performance of my application. From what I’ve seen it can be stored in many places like: · Any · Client · Downstream · Server · None…
-
1
votes0
answers468
viewsMaximum request size exceeded Httpexception (0x80004005)
I am trying to upload files on my system however I cannot due to error message: Httpexception (0x80004005): Maximum request size exceeded. I’ve tried several solutions and nothing Following the code…
-
1
votes1
answer43
viewsProcedure SQL Serve c/ ASP
good afternoon! I have this basic process in SQL Server, which brings me the spending percentage: DECLARE @totalDespesas FLOAT ,@totalDespesasAcomp FLOAT ,@resultado FLOAT SET @totalDespesas =…
-
1
votes1
answer24
viewsHow to synchronize file writing
Hello, I am developing a classic ASP application and I need to write a JSON to a data.json file. Problem is that several users may request the recording in this file, I would like to know what is…
aspasked 5 years, 7 months ago Jacob de Oliveira 301 -
1
votes0
answers248
viewsHow to upload a file to the server - Asp . net MVC
Good afternoon, I did a small project on Asp . net whose only goal is to select a file on my computer and save it on the server. The problem is that I am unable to perform this procedure after…
-
1
votes1
answer296
viewsHow to add a vertical line in Google Chart?
Problem: I’m not able to insert the vertical line in the google chart. Solution: I would like to add a line on the right side of the graph according to the image. HTML code: <script…
-
1
votes1
answer175
viewsSend a variable through the Iframe url
I’m starting programming in PHP and I have a page in PHP and I want a send a variable to an ASP page. The problem is that I am not able to send the variable $codselecionado, if I put the value in…
-
1
votes0
answers42
viewsWindow appears hidden behind google maps in expanded mode
I am developing a webpage using the languages Asp, c#, javascript with Telerik framework. When I am on the map in expanded mode, I circle a region of the map, and I click on the button of that…
-
1
votes1
answer82
viewsClassic ASP Carousel (Concatenation)
good afternoon. I used a carousel to make a simple image gallery. I numerically named the names of the photos (1.JPG, 2.JPG, 3.JPG, ... , n.JPG) Doing "manually" (ie when I type in the entire code…