Hi,
I have a gridview with columns as Item,price,quantity. I want to calculate for each row which should be like:
total=price*quantity and finally calculate the total for all the items.. How to do this? please guide
Check this post: http://geekswithblogs.net/dotNETvinz/archive/2009/06/01/faq-calculate-totals-in-gridview-and-display-it-in-footer.aspx
PS: Just curiuos, Is there any particular reasons why you don't use javascripts? Javascript is so popular and is widely used. You should embrace and love using it.
© COPYRIGHT 2024 ASPSnippets.com ALL RIGHTS RESERVED.