Sir,
I am having a gridview with 5 columns at footer and also with edit Update buttons.
columns included are : name, designation, gross salary, deduction, net salary. User would be allowed to enter in all fields except net salary. Net salary would get calculated as Net = Gross-Deduction. this i have to do via javascript. how would it be feasible?