C
coleenholley
I have a Class Module written in VB that calls an RPC (written in COBOL) we have written code to read the data from the RPC, and we create a temporary datatable to store the data from the RPC. This works fine when we call the datatable and bind it to a data grid using datagridname.DataBind(), but I have an ASP table, with calculations using tbl_name.row(1).cells(1) and the result of the calculation is put in a specific row and cell.
I have calculations throughout the table based on tbl_name.Rows(1).cells(1). I can't see how to do these types of calculations in a datagrid, and am not sure how to bind the datatabe to the ASP table. Can anyone help with either the bind to the datatable, or the way to calculate on a specific row and cell in a datagrid? Thanks for any help
Coleen
I have calculations throughout the table based on tbl_name.Rows(1).cells(1). I can't see how to do these types of calculations in a datagrid, and am not sure how to bind the datatabe to the ASP table. Can anyone help with either the bind to the datatable, or the way to calculate on a specific row and cell in a datagrid? Thanks for any help
Coleen