Grid View text boxes adding ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Muralikrishna
    New Member
    • Oct 2011
    • 21

    #1

    Grid View text boxes adding ?

    Hi,

    How to add(sum) grid view text boxes. I was designed one grid view, in that grid view there is 7 text boxes in single row, i need to calculate total of these text box values dynamically. Means once we enter any value in any text box, that value is shown in "total" text box.

    I just attached image also..

    Small change , i just removed footer total.!!
    Attached Files
  • kadghar
    Recognized Expert Top Contributor
    • Apr 2007
    • 1302

    #2
    It has to be done client side, try using some javascript. Define a sum function and triger it on the keydown event of each textbox.

    Comment

    Working...