I have a scenario where I have 2 rows of the same datatable that I need to keep in sync. The first row has all columns databound to various controls. I do not want to create events for every control. I do not want to create an onclick event or an onchange event. I need a better solution. I want to find a way to databind the 2 rows to each other. Or I would also like to databind each row to some other class, struct, or private properties. sort of a go-between between the rows and the controls. Is there anything in .net that supports this functionality? Striings don't have a databind property.

thanks,

jim