Click here to Skip to main content
15,879,326 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hai friends i have a gridview .
it contains the data like this.given below .
i have to apply the number format is DataFormatString= "{0:#,###.00}" .is this in the avilable credits7839596.15. i have chance to change only the path(source).
so how can i apply the number format in that palce using the path.


Available Credits 7839596.15.
Credits Expires on Sunday, February 06, 2022.
Recipient Mobile numbers starts with Country Code
Recipient Mobile numbers separated with comma(,)
Posted

1 solution

yes
if you use
HTML
DataFormatString="{0:#,#.00}"

then result is


VB
15,686,252.57
125,678,452.24
1,256,378,452.24
12,567,648,452.24
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900