Get current US tax-rates list.
Posted
by Shimmy
on Stack Overflow
See other posts from Stack Overflow
or by Shimmy
Published on 2010-05-05T20:42:59Z
Indexed on
2010/05/05
20:48 UTC
Read the original article
Hit count: 259
taxes
|online-resources
I am creating a pricing program. I need to calculate the amounts according to the current tax list in the US (in various places).
I want to have a button 'Update taxes' in the administrative settings of the application, so when the user clicks it, it should download from somewhere the active tax amounts.
So I actually want to have a function decimal GetTax(string zip).
Any resources, ideas are welcommed. Thanks
© Stack Overflow or respective owner