1) If you want to change currency format globally then use Web.config settings < configuration > < system.web > < globalization culture= "en-US" uiCulture= "en-GB" /> </ system.web > </ configuration > 2) For page levent Page level settings <%@Page Culture="en-US" UICulture...