you are right.. my mistake..
you have to do a findcontrol on your page that returns every textbox and add that textbox (using a little modified code, but the same idea as before)...
findcontrol will take an id (witch you have to put on your textbox when you add it to the page) and will return and object if it can find it. Then ctype that object to the textbox and you are ready...
HTH
Gonzalo
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
^^Took that from dparsons signature and he Took that from planoie's profile
================================================== =========
My programs achieved a new certification (can you say the same?):
WORKS ON MY MACHINE
http://www.codinghorror.com/blog/archives/000818.html
================================================== =========