Hi All,
I have a question about pairing inserting new controls during runtime to a bounded datagrid. I have a table that holds Value/pairs:
fieldID, Value
1 , "TimeSpent"
2 , "price"
....
Another tables holds
FieldID,UserData
1 ,"1.25"
2 ,"100"
What I want to do is split up...