I have created a control with three text boxes. I've also created a form with a datarepeater. This control is repeated in the datarepeater and the data is from an SQL server database.
How do I reference the current record on the datarepeater and the value of the text boxes? Is this possible?