here we can get the number of ttext boxex through session also.But i want to 
know how to name the text boxes in page2.
eg: n=4
first method:
 
for Txtb=1 to 4
response.write "<input type=text name="1">
next /*****here all text boxes have the same name**/
 
second method
<%dim name1
name1=1
for Txtb=1 to 4
%>
<input type=text name=<%=name1%>
<%
name1=name1+1
next 
%> /***here i don't know how to get the name in next page**/
 
Jegatha

Dan Powderhill <[EMAIL PROTECTED]> wrote:
Name the textboxes something like "textbox1", "textbox2" etc, then store
the number of textboxes the user requested in a hidden form field in the
second page. On the third page retrieve that value (number of textboxes)
and loop through from 1 to whatever value they entered, getting the
values back.

Dan

________________________________

From: [email protected]
[mailto:[EMAIL PROTECTED] On Behalf Of Jegatha
Sent: 01 August 2005 08:05
To: Asp
Subject: [AspClassicAnyQuestionIsOk] link


Hai all,
i have 3 pages,
first page i just get number of text boxes using text box,
second page depends upon the number i should display the text box and
enter the names for the text boxes,
in my 3rd page i should create form using that text boxes,

now i have the problem with getting the name in the third form,i used
session object but no result.

any one help to sort out?

thank u

regards,
jegatha

            
---------------------------------
Free antispam, antivirus and 1GB to save all your messages
Only in Yahoo! Mail: http://in.mail.yahoo.com

[Non-text portions of this message have been removed]



________________________________

YAHOO! GROUPS LINKS 


      
*      Visit your group "AspClassicAnyQuestionIsOk
<http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk> " on the web.
        
*      To unsubscribe from this group, send an email to:
      [EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]
subscribe> 
        
*      Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service <http://docs.yahoo.com/info/terms/> . 


________________________________




[Non-text portions of this message have been removed]



---------------------------------
YAHOO! GROUPS LINKS 


    Visit your group "AspClassicAnyQuestionIsOk" on the web.
  
    To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
  
    Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 


---------------------------------



                
---------------------------------
 Too much spam in your inbox? Yahoo! Mail gives you the best spam protection 
for FREE!
http://in.mail.yahoo.com

[Non-text portions of this message have been removed]



------------------------ Yahoo! Groups Sponsor --------------------~--> 
<font face=arial size=-1><a 
href="http://us.ard.yahoo.com/SIG=12h7ehsmv/M=362329.6886308.7839368.1510227/D=groups/S=1705006764:TM/Y=YAHOO/EXP=1122891074/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992
">Fair play? Video games influencing politics. Click and talk back!</a>.</font>
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to