(I'm using C#)
How do I go about getting the value for a number of textboxes in a form with the same name. I assume they're in an array but I can't seem to get to the values.
Thanks in advance...
Printable View
(I'm using C#)
How do I go about getting the value for a number of textboxes in a form with the same name. I assume they're in an array but I can't seem to get to the values.
Thanks in advance...
Hey i thought .Net had done away with control arrays. How did you manage to get controls of the same name on the form??? I assume you copy-pasted.. haven't tried it in VB.net as yet.. but wow! if it works.
I've put them inside a Repeater which is bound to a DataTable. It seems to be working now!