Posted on: 3/31/2014 6:49:10 PM | Views : 395

Hello,
I have a grid view of which I have placed 5 text box which allows me to edit data and do a bulk update.  The text boxes are named annualtotaltxtBox, quarter1txtBox, quarter2txtBox,  quarter3txtBox, quarter4txtBox.  What I want to do is on annualtotaltxtBox_TextChanged I want to be able to divide the amount let say $400 by 4 and pre-fill quarter1txtBox to quarter4txtBox with $100.  I also want if any of the quarter_txtbox_TextChanged I want to add quarter1txtBox to quarter4txtBox and put that total in annualtxtBox.
Any suggestions on how to do this is greatly appreciated.
Thank you.



Go to the complete details ...