Read values from dynamic controls

mesaexplorerbc1

Newcomer
Joined
Oct 19, 2008
Messages
1
Hi!

I've searched up and down google and other places to try and figure this out, but I have not had any success.

I have created a page that queries a database for values. (QtyGood = x and QtyBad = x) Then the page dynamically creates a text box for each QtyGood and QtyBad Table Row.

(I.E. 6 Rows = 12 dynamically created textboxes.)

My problem now, is how do I access the .text and .id properties of these textboxes on a postback?

Links or examples are greatly appreciated.

Thanks!!!
 
Back
Top