M
mcchu
Hi all,
I need to find a way to display data onto a form as a grid structure from a
datasource dynamically. I am looking specifically for the solution of how I
can lay it out in such a way using controls and/or tables.
The schema will look like the following:
<Shipping>
<Country>
<Product>
<Cost>
<Shipping>
The data (look like a grid with data populated) should look like the
following:
Country1 Country2 Country3 ...
Product1 10 5 8 ...
Product2 5 5 2 ...
Product3 15 10 5
.... ... ... ... ...
The ... means it may continue on. The number of rows and columns will have
to be dynamically determined.
Please respond even if you know there is no such solution. I like to know
instead of searching all over the web for this answer.
I need to find a way to display data onto a form as a grid structure from a
datasource dynamically. I am looking specifically for the solution of how I
can lay it out in such a way using controls and/or tables.
The schema will look like the following:
<Shipping>
<Country>
<Product>
<Cost>
<Shipping>
The data (look like a grid with data populated) should look like the
following:
Country1 Country2 Country3 ...
Product1 10 5 8 ...
Product2 5 5 2 ...
Product3 15 10 5
.... ... ... ... ...
The ... means it may continue on. The number of rows and columns will have
to be dynamically determined.
Please respond even if you know there is no such solution. I like to know
instead of searching all over the web for this answer.