Hello every body!
i created a database linked textbox array, now i want to sum these textboxs, please any body help me.
detail as under:-
jummenu(accounts) (pick value from database)
now pick values from items table and make array
textbox(id) textbox(itemname) textbox(qty) textbox(rate) textbox(discount) textbox(total)
textbox(grandtotal)
onchange event:
sum array for textbox(total) = textbox(qty) * textbox(rate) - textbox(discount)
textbox(grandtotal) = textbox(total) array
i am very thankfull to for those help me, thanks