How can i dd GST amount with my base amount…i am trying to put condition bot its not allowing
Hi @bitubawankar,
what exception are you getting?
Data Type of ->GSTAmmount?
Data Type of ->ammount?
If both are integer data type
GSTAmmount=Convert.ToInt32((ammount*17)/100)
Regards,
Arivu