codetoad.com
  ASP Shopping CartForum & BBS
  - all for $20 from CodeToad Plus!
  
  Home || ASP | ASP.Net | C++/C# | DHTML | HTML | Java | Javascript | Perl | VB | XML || CodeToad Plus! || Forums || RAM 
Search Site:
Search Forums:
  mail repeat region  Archive Import (joy lee) at 05:37 on Tuesday, May 13, 2003
 

I first made a form with a repeat region, and used this code to make a nice list of the repeated textboxes (name textboxex=t1):

Dim list
for i=1 to Request.Form("t1").Count
list = list & Request.Form("t1")(i)
next

this worked fine, but now i have added an attachment function. With this function I can`t use Request.Form but have to use UploadRequest.Item("t1").Item("Value")

How can I make the same code as Request.Form but with UploadRequest?

This doesn`t work.
(Dim list
for i=1 to UploadRequest.Item("t1").Item("Value").Count
list = list & UploadRequest.Item("t1").Item("Value")(i)
next)





  Re: mail repeat region  Elain at 02:45 on Tuesday, December 07, 2010
 

Wonderful!! I have made a nice list of the repeated textboxes, i'm looking forward to seeing your better skills about this!
____________________
flash banner|flash menu








CodeToad Experts

Can't find the answer?
Our Site experts are answering questions for free in the CodeToad forums








Recent Forum Threads
•  Re: Append right click menu
•  Re: Opening a file
•  Re: Doubt in C#
•  Re: Slide show in visual basic
•  Re: tables
•  Re: save as....
•  Re: frame title page problem
•  How to do?
•  What does ie mean?


Recent Articles
ASP GetTempName
Decode and Encode UTF-8
ASP GetFile
ASP FolderExists
ASP FileExists
ASP OpenTextFile
ASP FilesystemObject
ASP CreateFolder
ASP CreateTextFile
Javascript Get Selected Text


© Copyright codetoad.com 2001-2010