I have two columns in gridview. One is textbox and the other is also a textbox.
If one textbox text changed , i need to perform some calculation and again need to fill automatically the second textbox.
(e.g) Ifi enter 10 in 1st textbox, i need to perform some calculation and again the result of that manipulation needs to shown in the textbox automatically once the text is entered in the first textbox.
I am not getting a way to achieve this..
please help me.