Questions tagged as 'asp'

1
answer

Error list in gridview with foreach [duplicate]

I wanted to know how I can display the data in a gridview, I know that I have to return the list but I can not find how, it should be easy but I'm just starting with c # DataTable SBTable = new DataTable(); OleDbCo...
asked by 04.05.2017 / 16:08
1
answer

IndexOutOfRangeException

The error marks me when it enters the Reader of my while and causes "who" using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Data; using System.Data.OleDb; namespace tts { public class conexi...
asked by 03.05.2017 / 14:17
2
answers

Pass an array from classic asp to .net

Friends, I need to pass an array from classic asp to a dll made in .net, and in .net I wait for a string type [], how the hell do I do to pass that data from classic asp? Today I do it like this: Dim ws dim arreglo(0) Set ws = Server.CreateObj...
asked by 17.04.2017 / 23:15
1
answer

How to connect files by MVC in ASP.VBscript?

I am trying to connect 3 code files through MVC that are in 3 different folders (view, model and controller) and the code that is in view connects me with the controller, but the controller does not connect me with the of the model ... I tried e...
asked by 23.04.2017 / 06:39
0
answers

Classic ASP do a task every 5 min only 3 times

Good morning, I need in classic asp to make a script using the session variables, do when a certain variable is true, 3 times an action and between each of the times you must spend 5 minutes, I have been thinking for days I would do it without i...
asked by 21.02.2017 / 12:52
0
answers

Windows7, ISS7, Classic ASP with Access .mdb; Error in recordset .addnew statement

I would appreciate if you could guide me with this problem. I am retouching an ASP application that until now works in XP environment to work in W7 environment. There are no problems to connect and open recordsets in reading to the BD ACCESS (.m...
asked by 03.02.2017 / 15:34
1
answer

Error Recover when saving or retrieving a BD SQLServer image

When saving the Image in the database it is saved in a field of type Image the problem is that when recovering the image and receiving it in a variable type [] byte doing the correct conversion I can not visualize in the control destined, I...
asked by 17.01.2017 / 15:08
4
answers

Connect node js with firebird

Hello everyone again ... I have a FirBird 2.1 bd that is being used by a client application and I have done other things with php to publish on the web. The point is that I want to build an ASP and I want to try node.js on the server side....
asked by 01.02.2017 / 16:03
1
answer

Framework error in the IIS windows server

Previously I published my ASP projects in IIS and visualized them correctly. Currently, I refresh my project with updates made and I receive a framework error. Currently in the web config of the project I left: 4.5.2, although previously I...
asked by 12.08.2016 / 17:11
1
answer

Add form in a section by means of a button in C # sections ... section ...

Good day everyone, I have a form that is divided into. I would like to know, how to press a button that is in another (), I add the form to my other (), I hope and I explained correctly. <asp:Content ID="Content2" ContentPlaceHolderID="C...
asked by 24.02.2017 / 19:43