Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
Barney Yohannes #1
To 2 decimal places
Folks,
I know some of you here are extremely dynamic.
I am working with a variable that is declared as a decimal. But I want to convert the decimal into 2 decimal places.
In other words, I want to convert my UnitPrice from 6.9900 to 6.99
Please help me how I can convert the UnitPrice
Thank you!
Barney Yohannes.
P.S. Thank you Simon Gorski for the tip about MAX(Item)+1 help yesterday.
Barney Yohannes Guest
-
Rounding decimal places
What is the best and most acurate way to round a number to 2 decimal places. It has the be a correctly rounded number not just a mask.. eg: round... -
Rounding to 2 decimal places
I have this placed in my code <%Response.write(Session("MembershipCost"))%> the number it contains is 605 how do i use the round Function to... -
How to ensure 2 places to right of decimal
How can I make certain that decimal values print out 2 places to the right all the time when displaying them on a website coming from an Access... -
Decimal places!
Hi fellow Director users!, I had a countdown timer (75 seconds) for a game, and I wanted to display the time taken to complete it, in a field. ... -
do not cut decimal places
Hi, following problem (oracle8): I want to insert a value with precision (#.##) in a number(10,2) column. It works but the values which end with... -
Arthur Dzhelali #2
Re: To 2 decimal places
Format(stringToformat, "#,##")
=?Utf-8?B?QmFybmV5IFlvaGFubmVz?= <anonymous@discussions.microsoft.com>
wrote in news:0A28A2C3-6C1C-436F-92CC-1BED22448A78@microsoft.com:
> Folks,
> I know some of you here are extremely dynamic.
>
> I am working with a variable that is declared as a decimal. But I
> want to convert the decimal into 2 decimal places.
>
> In other words, I want to convert my UnitPrice from 6.9900 to 6.99
>
> Please help me how I can convert the UnitPrice
>
> Thank you!
> Barney Yohannes.
>
> P.S. Thank you Simon Gorski for the tip about MAX(Item)+1 help
> yesterday.
>
>
>Arthur Dzhelali Guest



Reply With Quote

