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
answers17
viewsI uploaded a web application in C# Asp net and the following is occurring
Server Error in '/sistemas/manutencao' Application. ________________________________________ Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster,…
-
0
votes1
answer5609
viewsSQL SERVER connection string for classic Asp
How do I create a connection string for CLASSIC ASP to connect to the Microsoft SQL Server database
-
0
votes2
answers405
viewsMap path of another Project
I have a WEB solution ASP, and I have 4 projects in the solution. I have to map the path of a folder (Imagery) that is in a project called ADMIN. And from my WEB project I have to save the images…
-
0
votes3
answers3586
viewsIt is possible to assign the value of a Javascript variable to an ASP
I wonder if it is possible to assign a variable in Javascript for ASP? Example: Dim ASP var JS; ASP = 1 JS = 2; ASP = JS Response.Write ASP ' saida deveria ser 2 e…
-
0
votes1
answer374
viewsError using sql Insert(SQL Server) command, via classic ASP
Good evening, I have a problem running an sql command through an ASP application. This is the command: strSql = " INSERT INTO movimento_tef_nsu ( "&_ " identificador "&_ " ,nsu_sitef "&_…
-
0
votes3
answers319
viewsSearch for information by content and not by array position
I want to do a certain word search in another way, I just got from described below: <% mystring = "Como eu faço para separar uma string em várias strings?" myarray = Split(mystring, " ") For i =…
-
0
votes1
answer373
viewsMove object with another element position on the screen with clientX
I have the following code which is functional in IE7 function ScrollControl() { var obj = window.event.srcElement; var evento = obj.componentFromPoint(event.clientX,event.clientY);…
-
0
votes1
answer1160
viewsHow to view a BD Access form directly on a website?
I want to put the information of a .mdb on a website, to make it available to the public. When opened in Access, it has forms to carry out queries. I can have a website that directly displays these…
-
0
votes0
answers105
viewsRecover values passed by Jquey on an ASP page
Dear friends, I am with a big problem, I created a page that loads more values (load more) where I enter values via Jquery and recover in another ASP page through request example: page_number =…
-
0
votes0
answers55
viewsEnable div after x hours javascript
Honestly not if it is possible to do this via code but... Then I have a div with a form, which should be enabled to fill out the user only after 400h that the 1st part of this form (another div) was…
-
0
votes1
answer136
viewsASP and paths in include
Hello, I have an application installed in IIS 8 whose default file includes other files in folders located before the default.asp directory. Exemplifying: the default.Asp file is located in:…
-
0
votes1
answer1300
viewsUpdate an Asp section variable without refreshing the page
I’m racking my brain trying to solve this problem, but to no avail... I am with a virtual store created for another programmer who disappeared. For varying code is no documentation. To calculate the…
-
0
votes0
answers26
viewsKnowing Checkbox value inside a Multiview/View/Datalist
I wonder how the value of a checkbox which in turn is inside a DataList which is inserted within a View and the latter within a MultiView. I tried some methods FindControl but without success.…
-
0
votes2
answers804
viewsProblem with timeout in classic Asp
I’m having a problem that after a normal user visualizes the comparative on the chart they need, after spending a few minutes if they click the "OK" button again without having touched anything…
-
0
votes1
answer269
viewsOptimize printing of great SQL-Server results through ASP
Today I have a classic ASP page with an unconventional chain-select (read "armengado") that returns a select populated with some data from an sql-server database (2005). I select the building and…
-
0
votes1
answer41
viewsSwitching Web Pages Every So Long
Good morning! We have in the company two panels in two separate ASP pages. We need panel 1 and panel 2 to have some way of calling each other every so long. There would be some way maybe with…
-
0
votes1
answer115
viewsFilter the database loaded variable in javascript
I have a variable, which brings me all the data from the database. There is how, in javascript, I make a filter on it still, like it brings me 10 tuples and by the filter only one. Before anyone…
-
0
votes1
answer5292
viewsRefresh in div without loading other content
Good morning, everyone! I have a page in ASP that has basically 2 Divs. A div where there is a panel that connects to a database and takes 3 information from there (a kind of Dashboard) and a div…
-
0
votes0
answers48
viewsRegistration tool
I have an application with about 30 basic registers, currently I use a tool in . Asp in which, I configure working with Request I have a generic page acting on all registration. Currently it is…
-
0
votes0
answers34
viewsInsert and update method does not work on Azure
Good afternoon Friends I’m starting in Asp net development and I made a web form application and put in Azure. It is a simple card registration application that accesses a mysql database created by…
-
0
votes1
answer84
viewsProblem 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 for…
-
0
votes3
answers335
viewsHow to make Mappath Asp Classic
How to do Mappath Asp classic, use normal "/" or inverted bar " ", I can use methods and variables to include in the object address?
aspasked 8 years, 9 months ago Wilson Rosa Gomes 594 -
0
votes1
answer204
viewsProblem doing refresh of quantity shopping cart C#
By refreshing the quantity already in the shopping cart, I can only refresh the quantity of a product, if I have 2 products in the cart I can’t refresh one of them. Imagine that the 1st product has…
-
0
votes0
answers47
viewsJavascript items disappear when postback the page
I’m making a website and copied to my project a calendar. The calendar is here: https://almsaeedstudio.com/preview in the calendar tab. I have everything done as it is there and I can create the…
-
0
votes0
answers33
viewsHow to use Updateprogress with Enablepartialrendering=false?
I have a page where you need to fill two dropdownlists, but do not load Updateprogress if Enablepartialrendering is false. If true, Updateprogress is loaded, but the second DDL is not.
-
0
votes1
answer408
viewsASP with SQL bringing different result of the query
Good afternoon! We are finishing a panel that will bring the results of an SQL in an ASP page. We already have two finished panels that are pulling the results perfectly. Only one of the panels does…
-
0
votes1
answer71
viewsprinting problem with canvas Html5
I have a form that prints query forms, forms created using canvas, and can printed n-fold copies, each with a numbering that increments in the form. It happens that at a certain moment, the form…
-
0
votes0
answers18
viewsFields locked in IE
Good afternoon. I have a form where the fields in IE are locked, being accessible only with the use of the TAB key, in other browsers does not occur the problem. It is not possible to perform any…
-
0
votes1
answer51
viewsIIS7 and ASPX Windows Server 2008
Good evening, gentlemen, I have a problem with an application. This application was developed in ASPX and was running on a Windows server 2005 normally, but the server has been upgraded to Windows…
-
0
votes1
answer266
viewsModelstate.Isvalid in modal registration
I am using a registration form within a modal, however when the condition of the ModelState.IsValid is not satisfied with view is returned. Only instead of returning the same view before the action…
-
0
votes2
answers60
viewsHow to add "www." to a website with web.config?
I do not have much knowledge in regular expressions and I am trying to identify if when accessing the site the user typed www before the name of the site. In case he hasn’t typed, I have to add. But…
-
0
votes1
answer183
viewsHow to authenticate access to a directory in classic ASP
I have a system made in classic Asp and within its structure I have a videos folder. Is there any way to authenticate the access to this folder? I searched a few ways using web.config, but was…
-
0
votes1
answer635
viewsRun a page inside a jquery modal screen by ajax without Iframe
It is possible to run a page that is inside my dir, within a modal without IFrame for ajax? If yes, how would I do that? At the time my pages would have this path:…
-
0
votes1
answer87
viewsSending an e-mail with Asp
Good afternoon, you guys, Can anyone help me create an Address for email submission? I see several methods on google, but I don’t know which one I can use and I don’t understand all the terms. I’m…
-
0
votes1
answer51
viewsCheck if a specific item is selected in one of the combos on the page
I have a classic Asp page with several combos and all with different names and a button that saves all selected values. I need to check in javascript if any of these combos have the "Canceled"…
-
0
votes1
answer272
viewsInsert option in select Multiple dynamically
Good Morning!!! I need that when typing a process number and clicking on the magnifying glass, the process goes to the select Multiple box, as image attached. But I need this process several times…
-
0
votes0
answers162
viewsModal screen does not close after searching the Iframe inside it
I decided to open this post, because the same is continuation of a post I did, but with the following difference. The research I was having trouble doing from a Modal screen with Iframe in ASP now…
-
0
votes1
answer79
viewsProblems with Asp, value recovery returned from a stored Procedure
Good afternoon, I’m having trouble recovering a returned value in a stored Trial. The database is sql server. Procedure executes an Insert and returns the id of this data, however I cannot recover…
-
0
votes0
answers34
viewsNuget ASP package
I maintain an ASP system (legacy is legacy) that has difficulty controlling system versions and upgrades. Thinking about how to improve this and gain stability for the system between versions I…
-
0
votes3
answers1971
viewsCalling javascript function from within a Classic ASP block
How do I run a javascript function from inside a classic Asp block. The js function is not in the same file, it is out, in another file. <% if(MINHA_FUNÇÂO_JS_AQUI) response.write "<img…
-
0
votes0
answers153
viewsFix XSS error pointed by Armored Site - Classic ASP
I run a website that has the seal of the armored site, recently received an email from the armored site saying that its core had changed and the new scans could identify new errors. As predicted,…
-
0
votes1
answer154
views.Parameters.Append . Createparameter is not passing the second parameter
I have a system in ASP Classico, and I’m trying to run a SQL Server process passing two parameters. Originally I was only passing a date selected on a datepicker and it worked, now I want to pass an…
-
0
votes0
answers746
viewsSending SMS via Website
I am developing a delivery website where I would like when the customer finalizes the order, to send an SMS to his mobile phone. There would be some way (free of charge, but it can be paid for too)…
-
0
votes1
answer30
viewsHow do I use my ASP site (via Script) to upload a txt that is on another server by FTP address?
Can someone help me make an Asp script to upload using my Asp site from a txt file to an ftp address of any other server?
-
0
votes1
answer51
viewsConstruct a table on page B with BD data and download on page A by ajax_jquery
I need now in a b.Asp file, build and popular a table(html) and then download by ajax in the a.asp file. So: b.Asp file <%@ LANGUAGE="VBSCRIPT" %> <% Option explicit %> <!--#include…
-
0
votes1
answer50
viewsDyncrypto - ASP
I have a website that was on a server and now it’s on a new one. It has a code snippet where it uses the Dyncrypto component Set DynCrypto = server.CreateObject("DynCrypto.Crypto") I installed the…
-
0
votes2
answers4096
viewsCreate and manipulate array with classic Asp
How to create, feed and read the array with key and value using Asp Classic? I need to do something kind of like this. $registro[] = array( "codigo"=> "$v", "municipio"=> "$v->municipio",…
-
0
votes1
answer158
viewsRead appSettings Encrypted Web.config
In an application that uses classic Asp, I have a key called connection:asp30 and another call connection:asp60. This application has several pages Asp and other aspx. I encrypted Web.config at the…
aspasked 8 years, 10 months ago Rafael Barbosa 2,855 -
0
votes0
answers259
viewsI cannot connect to Mysql database
I have a classic ASP application and I am not able to connect to the database. I have configured all the right settings stringConexate = "DRIVER={Mysql ODBC 5.3.9 ANSI Driver}; SERVER=localhost;…
-
0
votes1
answer124
viewsWhy is my javascript not working in the _Layout.cshtml file?
I’m making a website in Asp.net mvc, and I’m trying to make a very creative menu, for this I already have everything ready that tested in html and css normally ta working, but here in ASP NET MVC…