C
coleenholley
Hi All
I need to populate a table I created as a web form. Are there any links to show me how to do this? I CANNOT use a dtagrid for this, the table has to be laid out as follows:
Header Row Header Row
Static data Dynamic (read only) data
<Break>
Header Row Header Row Header Row Header Row
Static Data Dynamic (read only) Dynamic (read only) Calcultiion
This makes it impossible for me to use a datagrid - Unless someone has a link to how to do this in a datagrid - I MUST be able to have one column of static data, two columns of dynamic read only data, and a total column to display the calculation in...I also need a footer to display calculations in the TOTALS Row at the bottom of the page... I have not been able to find any VB samples on how to do this with a datagrid, and am hoping some one has a link to show me how to do this with a ASP.Net Table...any suggestions? TIA - Coleen
I need to populate a table I created as a web form. Are there any links to show me how to do this? I CANNOT use a dtagrid for this, the table has to be laid out as follows:
Header Row Header Row
Static data Dynamic (read only) data
<Break>
Header Row Header Row Header Row Header Row
Static Data Dynamic (read only) Dynamic (read only) Calcultiion
This makes it impossible for me to use a datagrid - Unless someone has a link to how to do this in a datagrid - I MUST be able to have one column of static data, two columns of dynamic read only data, and a total column to display the calculation in...I also need a footer to display calculations in the TOTALS Row at the bottom of the page... I have not been able to find any VB samples on how to do this with a datagrid, and am hoping some one has a link to show me how to do this with a ASP.Net Table...any suggestions? TIA - Coleen