int grandtotal=7865 int taxpercentage=21;
int grandtotal=7865
int taxpercentage=21;
how do i get tax Amount of this grand total in asp.net
Hi
You can calculate like below.
7865×(21/100)=tax amount
7865-(7865×(21/100))=amount without tax
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.