Questions tagged as 'asp'

1
answer

Assigning value to a session in asp via asp.net (aspx)

I would like to know if there is a way to assign a particular value to a Session that is in an ASP page through an ASP.NET page (aspx)? Both files are in the same solution. How do I do this? I've tried: <%= Session("pgm_retorno")...
asked by 20.01.2016 / 17:01
3
answers

How to do MapPath Classic Asp

How do I make MapPath Asp classic, use normal "/" or inverted "\", can I use methods and variables to include in the address of the object?     
asked by 23.02.2016 / 15:28
1
answer

Problem to refresh quantity shopping cart C #

When I refresh 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 not refresh one of them. Imagine that the first product has 5 units and the 2nd product has 1 unit,...
asked by 09.07.2015 / 18:10
3
answers

Accent error in mysql [duplicate]

I'm having trouble highlighting my site's database. For example, in the database the text is " electric " but is posted on the site as " electric " I've tried a few things, but now in place of the " accents " you get "? " I have tried...
asked by 24.04.2018 / 14:12
2
answers

How to connect an HTML page, using ASP, to SQL Server database?

How do I connect a sql database to an html site using asp? Note: I already have the whole bank developed and the whole page too, I just need to know how I bridge the two     
asked by 30.06.2016 / 15:11
1
answer

How to round percentage? [closed]

I would need the function below in .asp, I have no idea of the language, can anyone help? I did this in javascript, below: function limparClasse(classe) { var elementos = document.querySelectorAll('.' + classe); for (var i = 0; i < el...
asked by 30.04.2014 / 17:54
1
answer

Dynamic CSS in Classic ASP

People .. I have a web site in classic asp that revercute a table that is updated daily in the SQL server. Then I have a column in the table named column1 that shows values from 0 to 120 In my asp, this column is shown in formatnumber (R...
asked by 23.08.2018 / 21:14
2
answers

How to execute method by clicking a button type [duplicate]

Hello, I'm making an application that can recover the user's password and send the password to the suport team's email. For this I have a page .aspx that has html code and I have in class recoverpassword a method that I called...
asked by 13.04.2016 / 13:41
1
answer

How to do a routine, function in vb.net that runs at a set schedule?

Hello, I need help with vb.net in an asp.net application, I need to create a function that runs after 24 hours to close operations, but I have no idea how to create a function that starts alone in a period of time.     
asked by 06.08.2018 / 14:38
1
answer

Incorrect syntax near ','

The code is this: <i> <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <!--#include virtual="aplicativos/arquivos.asp"--> <!--#include virtual="aplicativos/JSON_UTIL_0.1.1.asp" --> <!--#include virtual="aplicativos/JSON_2....
asked by 01.11.2018 / 15:52