i want percentage...
task:
three textboxes are there secured marks textbox1,total marks textbox2,percentage textbox3
main task is .....i enter value in textbox1 and enter value in textbox2 then automatically display percentage in textbox3 without click in textbox3(we should not enter percentage) and without click button.
percentage calculation:percentage=secured marks/total marks * 100;