HooxyShooms
New Member
I am writing a code where I need a GridView to display like as below, what I can do is display columns and its values to fetched from database for the columns but unable to present the data in this format. My procedure gets one value as Total from DB to be displayed as Amount 1 and do the calculations with that amount to fill in other Amount values and to display the difference between two values as A:BAny ideas? \[code\]--------------------------------------------Total Amount | | | --------------------------------------------Amount 1 | Amount/12 A | |-------------------------------------------Amount 2 | Amount/12 B | A:B |-------------------------------------------Amount 3 | Amount/12 C | A:C |-------------------------------------------Amount ..10 | Amount/12 D | A
|-------------------------------------------Total | | |--------------------------------------------\[/code\]
