1
Reply

how to calculate total in in gridview column

charan sekhar

charan sekhar

Apr 3 2010 11:13 AM
5.9k

hi iam using asp.net with c#
in my gridview 1st column is checkbox
select      productname      price     quantity    total
()           rose                    124          6          124*6
()          biscuits                  345       89         345*89
()           choclate                 670       45         670*45
                                                                    =======
                                                                        67000
                                                                      ========   

when user enters quantity automatically in total colum  total is displayed
please can you give some example for this ...

Answers (1)