Multiple Form Instances in a single form?
Hi all,
Here is my situation... I need to code a web page that is going to display multiple groups of items. However, each group will be identical except for the data displayed in the objects. In this case at the very least I will have a few labels and a datagrid as a group. Depending on selection criteria I will have from 0 to 100 of these groups on a single page. I have been trying to figure out how to make this happen. One idea I came up with is since each group will have the same structure and format then why not create a single web form with the structure and items and then instantiate it as many times as I need to on a seperate page. However, I am not sure in the feasibility and if possible how do I import a webform many times from a single webform? Any ideas at all would be helpful at this point.
Thanks.
|