User503410121 posted
Hello All,
I am using Asp.net with VB.net.
I am trying to create a page to display a table.
There are 4 columns in the table, values of first column will be static, but values of 2nd and 3rd column will be vary for each row depending on the value of first column. Value of 4th column is just the addition of 2nd and 3rd column (thats very easy).
I am just wondering how to go ahead with this, previously I have designed a table just to display the data with a single query.
But in the above case there is separate queries, so any help regarding this would be really really appreciable.
Thank You!!!