Questions tagged as 'asp'

2
answers

Doubts with the ASP.NET MVC view system (C #)

I'm developing an image bank with Microsoft ASP MVC ASP.NET, and I have a question, studying the competition, I realized that when you click on an image within the search result, or they pass a parameter to the view so : Sofarsogood,Icandoit,bu...
asked by 24.05.2017 / 22:11
1
answer

More performatic way of working with Request in Classic ASP?

I'm working on a webpage that uses Classic ASP and I was left with a question, How do I store the value of a request in a variable to improve performance when compared to getting the request ("value") over the code? Is it better this way? i...
asked by 22.02.2017 / 14:44
0
answers

How to leave the Friendly URL in Classic ASP?

I can only access the file by putting 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"?> <configuration> <system.webServer>...
asked by 15.03.2017 / 18:29
1
answer

Insert option no select multiple dynamically

Good morning !!! I need that when typing a process number and clicking on the magnifying glass, the process will go to the select multiple box, as shown in the attached image. However I need this process several times and go populate the sele...
asked by 10.10.2016 / 15:29
1
answer

IIS Error 401 when sending image to iis directory with php

I'm having a problem with uploading images. I have a php script that sends an image to a folder on iis as it is used by asp scripts. but every time I do this send and try to open the image in the browser is returned error 401. if sent by script...
asked by 28.10.2016 / 00:37
0
answers

How to link with another page having the option to choose the value in the combobox?

My page has a div that makes link with another page, that other page has a combobox , where every value brings me a different table from the database. JavaScript that links to the page: <script> func...
asked by 21.06.2016 / 17:45
0
answers

How to use pagination in asp: datalist?

Hello, I found some code on several sites, but I did not find a paging method in asp: datalist. I wish I had the numbers below, last page option, first page. Follow the print on the screen.     
asked by 12.05.2016 / 23:56
0
answers

HighCharts use method to fill series

I'm doing an application in Asp.Net that is using HighChart graphics and the javascript function I'm using is this (taken from the net and placed on the aspx page): <script type="text/javascript"> $(function () { $('#container').hig...
asked by 10.05.2016 / 18:33
1
answer

Classic Asp - Save page with MSXML2.ServerXMLHTTP.6.0

Good afternoon, I'm trying to create a caching system for my site and for this I'm using the MSXML2.ServerXMLHTTP.6.0 object like this: Set objHTTP = Server.CreateObject("MSXML2.ServerXMLHTTP.6.0") url = http://siteexemplo.com.br/teste.asp ob...
asked by 23.05.2016 / 19:44
1
answer

Direct image upload in MySQL DB using C #

I'm creating a WEB application using C # and a MySQL DB. I need to upload an image to the Bank and then retrieve it. I am a beginner in this world, but what I have so far: IhaveafupCPFfieldthatreceivestheimage,thenIexecutetheInsertbelow:s...
asked by 08.04.2016 / 15:55