Databinding multiple rows to multiple textboxes

I have a form with several groups. Each group is identical in design and represents a different station. For each station there is a unique number for the item that is connected to that station. The unique number is stored in a database that is changed in another form. I want to be able to display the number for each station in a textbox contained within it's group. This means I need to basically be able to read every row but I only want 1 column from each row.

Basically I need to bind a control to a specific cell as opposed to a column. Is there a way to do this? Maybe programatically using a for loop constantly checking for updates? Or possibly force the databind to look at one row?

Thanks for all help in advance
Stuart

Using:
Visual C++ .Net 2.0
Visual Studio 2005
CLR Form
Last edited on
Topic archived. No new replies allowed.