Doller to Rupes

Discussion in 'Databases' started by Nadh Magic, Feb 12, 2007.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Sir,
    I developed a web site based on ?CLASSIFIED? starter kit. In ASP.Net 2.0 and SQL Server 2005 Technology. Hosting in US server www.discoutasp.net
    One of the tables the ?Price? column data type is ?money?
    In This web site the Price Column is belong to Indian Currency ?Rupees?
    When the data retrieved from server to browser in the aspx page it shows ?$?
    example: $3000.00
    How do I change ?$? to ?Rs.? Symbol
    example: Rs.3000.00

    Thank you
    Nath

    -------------
     
  2. Add



    <system.web>


    <globalization fileEncoding="utf-8" requestEncoding="utf-8" responseEncoding="utf-8" culture="hi-IN" uiCulture="hi-IN" />


    </system.web>



    to your web.config

    Vikram

    DiscountASP.NET
    www.DiscountASP.NET
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page