Hello,
I have a grid view that bind data from other grid view (from other page) and I want the user to be able to insert quantity and then to calculate the total price.
how can I do that?
i've tried this example:
http://www.c-sharpcorner.com/blogs/7857/calculate-total-price-on-textbox-change-event.aspx
and its great but missing the grand total. how can I calculate the grand total and display it both on grid view and label?
thanks!