I am new in Jquery..I want to get all controls values from table which is generated dyanamically in cs page,i want to do same operation using this control id or class?

I am new in Jquery..I want to get all controls values from table which is generated dyanamically in cs page,i want to do same operation using this control id or class?

i want to iterate tables values and add in to #txtGrandTotal textbox.
each textbox keyup event i want the fire this function and calculate add or minus textbox value and get result in last outside txtGrandTotal which is not part of dynamically generated textbox.
for example i want tax calculation in that many textbox generated like
dynamically generated table name is tblTable
--------------- ------------ -----------------
basic amount-      330
discount 5%-      16.5(minun from basic)
subresult=           313
exsice10%-        31.35
h sec 1%-          0.3135
subtotal-            344.6635(total of 1st subtotal, excise, hsec etc)
other-                  100
total-                  444.6635
--------------- ---------------- -----------------

GrandTotal-444.6635

help me............