I have two textboxes on my data repeater and they do just fine for viewing and editing data. My question is can you programmitically access the textboxes once they are in the data repeater container.

like:

If text1=something then
'do something
end if

surely this can be done!