Click here to Skip to main content
15,868,340 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
this is not working its show only ###,##0.00 in label :(


VB
LblRate.Text = Format(myreader.GetValue(3), "###,##0.00")
Posted
Updated 30-Jan-12 18:09pm
v2

1 solution

Wow! I haven't seen such ability to misread things for a long time!

OK, try again:
  1. http://msdn.microsoft.com/en-us/library/fht0f5be.aspx[^],
  2. http://msdn.microsoft.com/en-us/library/txafckwd.aspx[^],
  3. http://msdn.microsoft.com/en-us/library/0c899ak8.aspx[^].


This is all about reading skills, nothing else.

Please, don't get it personal, this was really very funny.

Thank you very much!
—SA
 
Share this answer
 
v2

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