Ask a Question related to ASP, Design and Development.
-
jason #1
Format Currency in ASP?
Is there an easy way to format a number into a currency display style eg:
$100,000.
I have this set in my Access database on the field but my asp produces:
100000
Is there perhaps a formatCurrency command or something like that in ASP?
Thanks
Jason
jason Guest
-
format currency
Hello All & Greetings. Can someone pl tell me in a hurry how I can format a currency item in 2 decimal places. thanks in advance. RK -
Currency Converter
Hi, I am looking for a free and customizable currency converter for my website. In particular I would like to be able to change the language and... -
How do I view currency field in format $xx.xx
Hi everybody, I would like to know how do I view a value that has a currency type (Access) in the format $xx.xx. An example of what I would like to... -
Format Textbox on exit to Currency
I am new to ASP/VBScript and I am trying to format a texbox when a user exits it. In Visual Basic you could put the following in the Exit property... -
format number into currency format ($1,000,000.00)
SELECT '$' + CONVERT(VARCHAR, CONVERT(MONEY, 1000000), 1) "lamP" <phantlam@yahoo.com> wrote in message... -
Alan #2
Re: Format Currency in ASP?
Yes.
Alan
"jason" <jason@catamaranco.com> wrote in message
news:elTe#N1aDHA.2476@tk2msftngp13.phx.gbl...> Is there an easy way to format a number into a currency display style eg:
> $100,000.
>
> I have this set in my Access database on the field but my asp produces:
> 100000
>
> Is there perhaps a formatCurrency command or something like that in ASP?
>
> Thanks
> Jason
>
>
Alan Guest
-
Curt_C [MVP] #3
Re: Format Currency in ASP?
Oddly enough
FormatCurrency()
:}
--
----------------------------------------------------------
Curt Christianson (Software_AT_Darkfalz.Com)
Owner/Lead Designer, DF-Software
[url]http://www.Darkfalz.com[/url]
---------------------------------------------------------
...Offering free scripts & code snippits for everyone...
---------------------------------------------------------
"jason" <jason@catamaranco.com> wrote in message
news:elTe#N1aDHA.2476@tk2msftngp13.phx.gbl...> Is there an easy way to format a number into a currency display style eg:
> $100,000.
>
> I have this set in my Access database on the field but my asp produces:
> 100000
>
> Is there perhaps a formatCurrency command or something like that in ASP?
>
> Thanks
> Jason
>
>
Curt_C [MVP] Guest
-
jason #4
Re: Format Currency in ASP?
Thanks :)
"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:#s1B0V1aDHA.1580@tk2msftngp13.phx.gbl...eg:> Oddly enough
> FormatCurrency()
>
> :}
>
> --
> ----------------------------------------------------------
> Curt Christianson (Software_AT_Darkfalz.Com)
> Owner/Lead Designer, DF-Software
> [url]http://www.Darkfalz.com[/url]
> ---------------------------------------------------------
> ..Offering free scripts & code snippits for everyone...
> ---------------------------------------------------------
>
>
> "jason" <jason@catamaranco.com> wrote in message
> news:elTe#N1aDHA.2476@tk2msftngp13.phx.gbl...> > Is there an easy way to format a number into a currency display style>> > $100,000.
> >
> > I have this set in my Access database on the field but my asp produces:
> > 100000
> >
> > Is there perhaps a formatCurrency command or something like that in ASP?
> >
> > Thanks
> > Jason
> >
> >
>
jason Guest



Reply With Quote

