Click here to Skip to main content
15,912,400 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Web interfact to access my pop3 account Pin
Roger Wright9-Feb-04 4:20
professionalRoger Wright9-Feb-04 4:20 
GeneralRe: Web interfact to access my pop3 account Pin
BrockVnm9-Feb-04 4:38
BrockVnm9-Feb-04 4:38 
GeneralRe: Web interfact to access my pop3 account Pin
l a u r e n11-Feb-04 14:18
l a u r e n11-Feb-04 14:18 
Generalhelp:<DXTmpl.h> not be found. Pin
jackalwisdom7-Feb-04 19:28
jackalwisdom7-Feb-04 19:28 
GeneralRe: help:<DXTmpl.h> not be found. Pin
l a u r e n8-Feb-04 20:09
l a u r e n8-Feb-04 20:09 
GeneralPERL used in desktop app Pin
joniboy1236-Feb-04 16:55
joniboy1236-Feb-04 16:55 
GeneralRe: PERL used in desktop app Pin
ZoogieZork8-Feb-04 8:06
ZoogieZork8-Feb-04 8:06 
GeneralASP, Dynamic Array and Request.Form Problem Pin
drliebs6-Feb-04 11:00
drliebs6-Feb-04 11:00 
Hi all,

I have an interesting problem that I can't seem to get past.

In my web application, I need to create a dynamic array that contains the field names and values to pass to a database. (The value array is not a problem) The field names on the form are numerically named, 1,2,3,4 and so on. I am trying to make the array output this :
aTextFieldName(1) = Request.Form("1")
aTextFieldName(2) = Request.Form("2")
etc...
where the "number" is created on the fly

iColumnTotal = 5
For i = 1 to iColumnTotal
aTextFieldName(i) = request.Form(i)
Next

My problem is getting the number to display inside of the Request.Form brackets with the quotes. This works fine when I hard code it. I have tried escaping the quotes with chr(34)
request.Form(chr(34) & i & chr(34))
but that doesn't work, double quotes causes an error
request.Form(""i"")
and simply putting the variable without quotes won't work either.
request.Form(i)

Any of you geniuses out there have a solution?

Thanks
Doug
GeneralRe: ASP, Dynamic Array and Request.Form Problem Pin
Nathan Ridley6-Feb-04 17:00
Nathan Ridley6-Feb-04 17:00 
GeneralRe: ASP, Dynamic Array and Request.Form Problem Pin
$$@@$$8-Feb-04 20:07
$$@@$$8-Feb-04 20:07 
GeneralRe: ASP, Dynamic Array and Request.Form Problem Pin
drliebs10-Feb-04 10:26
drliebs10-Feb-04 10:26 
Generalunterminated string constant Pin
dknypinay6-Feb-04 8:29
dknypinay6-Feb-04 8:29 
GeneralRe: unterminated string constant Pin
hxxbin6-Feb-04 8:45
hxxbin6-Feb-04 8:45 
GeneralRe: unterminated string constant Pin
$$@@$$9-Feb-04 20:10
$$@@$$9-Feb-04 20:10 
GeneralAn autorun from a CD Pin
|Promise|5-Feb-04 15:09
suss|Promise|5-Feb-04 15:09 
GeneralRe: An autorun from a CD Pin
hxxbin6-Feb-04 8:48
hxxbin6-Feb-04 8:48 
Generalthe trouble with logging out Pin
Nathan Ridley5-Feb-04 14:28
Nathan Ridley5-Feb-04 14:28 
GeneralRe: the trouble with logging out Pin
Ian Darling5-Feb-04 14:47
Ian Darling5-Feb-04 14:47 
GeneralRe: the trouble with logging out Pin
l a u r e n6-Feb-04 15:24
l a u r e n6-Feb-04 15:24 
Generaldownload a project on the internet Pin
TheEagle5-Feb-04 9:43
TheEagle5-Feb-04 9:43 
GeneralRe: download a project on the internet Pin
Not Active5-Feb-04 12:08
mentorNot Active5-Feb-04 12:08 
GeneralHardware SSL Implementations Pin
James Simpson5-Feb-04 2:01
James Simpson5-Feb-04 2:01 
GeneralServer certificate Pin
ProffK5-Feb-04 1:59
ProffK5-Feb-04 1:59 
GeneralRe: Server certificate Pin
Anonymous8-Feb-04 18:00
Anonymous8-Feb-04 18:00 
Generallaunching a hml file from another html file Pin
Member 8581774-Feb-04 23:05
Member 8581774-Feb-04 23:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.