HI,
I'm working on a task where I've been asked to map data from SQL to a form. In the form the customer will fill out data for individual offices. Depending on how many offices have been entered I will then need to, iterate through each one and create a new class for each one in the following format "Office{Id}" e.g. Office123454rfd0989
Can anyone tell me the easiest way to do this?
Thanks
I'm working on a task where I've been asked to map data from SQL to a form. In the form the customer will fill out data for individual offices. Depending on how many offices have been entered I will then need to, iterate through each one and create a new class for each one in the following format "Office{Id}" e.g. Office123454rfd0989
Can anyone tell me the easiest way to do this?
Thanks