Hello,
Im trying to figure out how to place a user selected BizForm into a GridView. The forms the user can select from have different numbers of columns and column names, which I've handled by using the AutoGeneratedColumns. How would you put the records of the BizForm into a dictionary format (ie column names=keys and fields=value) to then bind to the GridView?
Thanks