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

Web Development

 
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 
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 
Ok, group effort! Thanks both of you guys, you pointed me in the right direction. While I wasn't able to get either of your solutions to work, it made me think a little harder and combine the best of both answers (which usually doesn't work with programming.)

Yes, I was having issues escaping the quotes as the previous methods didn't work. I tried chr(34) which works in SQL strings and double quotes as well. What I forgot to do with the double quotes was combine them with the variable by using the ampersand.

So the final solution looked like this:
For i = 1 to 5
aTextFieldName(i) = Request.form(""&i&"")
Next

Thanks again!Big Grin | :-D
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 
GeneralRe: launching a hml file from another html file Pin
Vasudevan Deepak Kumar5-Feb-04 0:25
Vasudevan Deepak Kumar5-Feb-04 0:25 
GeneralOWC ExportPicture Pin
Miszou4-Feb-04 13:55
Miszou4-Feb-04 13:55 
GeneralC# Client for Web Service Pin
Chris Meech4-Feb-04 3:56
Chris Meech4-Feb-04 3:56 

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.