Click to See Complete Forum and Search --> : help with request


Visslan
April 23rd, 2007, 04:52 AM
Hi!

I have a control called A that has a textbox. The values I want to pick up from a webform using request. But I don't know how to accomplished that? In this webform I have a repeater that calls A 3 times. Making 3 copies of the textbox. How do I get a hold of the textboxes when I don't know the name of them?

mcmcom
April 23rd, 2007, 03:39 PM
this thread can help you

you use the sender object on the event you want to fire

http://www.thescripts.com/forum/thread631317.html

hth,
mcm