Hi All,

i have a javascript function that dynamically creates
a row of a table.  along with that function, it also
creates textbox dynamically.  For example,

<input type="text" name="textBox_1" id="textBox_1"
runat="server" value="1">
<input type="text" name="textBox_2" id="textBox_2"
runat="server" value="1">
<input type="text" name="textBox_3" id="textBox_3"
runat="server" value="1">
<input type="text" name="textBox_4" id="textBox_4"
runat="server" value="1">
.
.
.
.
.

These text box are dynamically genenrated by my
javascript function.  How do I access the values of
the textboxes from the code behind since the number of
textboxes is unknow.  That means i have to run a for
loop. 


                
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - Easier than ever with enhanced search. Learn more.
http://info.mail.yahoo.com/mail_250


------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/saFolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

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

<*> 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