Hi!
Im working on a really simple client server app
I have a windows forms which is connected to ms sql db using string conn
a dataset and a data adapter
presented in a datagridview in a form
in my table, theres a column for price
what i want to know is:
at the end of the last record for price
theres an extra datagrid cell where I can place a total of all the prices
how can I do it?
do i have to bound the sum? or can i just do it unbounded?
can you give me a sample?
thanks!