Questions tagged as 'asp'

1
answer

How to assign the value of a variable that is in a JavaScript function to an SQL query.

I have a javascript function that gets the value of the selected item in a combobox, and would like to pass that value as a parameter to a SQL query to bring the data that are related to the value obtained in the selected combobox in my asp page...
asked by 24.04.2014 / 19:37
2
answers

Send email using ASP.NET

I would like to know how to send an email using ASP.NET. The idea is to click on a button called send and send an email from [email protected] (personal) to [email protected] (business). Thank you.     
asked by 11.04.2016 / 23:33
1
answer

Transferring value from C # to jQuery

Well, I have a job in ASP.NET where I can upload music to a folder on the computer and I already have a function in C# to get the correct file address. Anyway, I wanted to use this path in a music player in jQuery , how? B...
asked by 12.06.2015 / 23:30
1
answer

How to get the next month and year in classic ASP?

For example: this is March 2015. I can get the next month of the current year using month()+1 concatenating with year() , ie the month of April 2015. But let's say we were in December 2015 , how do I automatically get the month of J...
asked by 24.03.2015 / 23:34
1
answer

Does JqGrid support formatting with line break?

I'm developing an application where I use Jquery (1.11) with JqGrid (4.54) . This application has already been developed in ASP , where in your content there is a data totalizer per login along with the data displayed as a result in the tab...
asked by 06.03.2014 / 18:27
1
answer

Redirect to error page when entering catch

I'm having a question about a possible improvement in the method when an error occurs in a Action and redirects to an error page. I currently do this in Action : public ActionResult Index() { try {...
asked by 11.06.2016 / 15:49
0
answers

Autocomplete with dynamic fields

I have a table with the fields (product, qtde, pUnit and pTotal) the product field is autocomplete. When you enter the page, there is already a line, so autocomplete works fine. I've been reading that because the new lines do not exist in...
asked by 15.07.2015 / 15:08
1
answer

Problem with accentuation in IIS 10 (Windows 10) using classic ASP [closed]

I did several searches 2 days ago and tried everything but I could not solve the problem, which is as follows: I've enabled IIS on Windows 10 64-bit home to use local pages in classic ASP. So much beauty working fine, but I realized that by s...
asked by 27.12.2015 / 00:18
3
answers

form action="./" Where are you going?

I'm passing an ASP page to PHP and found a form where the action attribute had the following value: <form action="./"> . Does this action value work as a <form action="#"> ? In other words, does it point to the same p...
asked by 09.08.2017 / 15:16
2
answers

How to get request source in asp?

I need to do a certain action with a page that is in classic asp. What I need is to get the source of the request that is made on this page, and depending on which source I do something about this request. For example, if the request comes...
asked by 01.02.2017 / 19:42