Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: Textbox Format


Message #1 by mhtsoftware@h... on Wed, 5 Dec 2001 18:37:53
Can you format a Web Textbox to show "$" currency, 2 decimals and right 

justify?



Help....Thanks in VB!

Greg Bloom
Message #2 by mvermef@y... on Fri, 14 Dec 2001 22:47:56
Greg,



Yes you can.  How are you trying to do it? When are you wanting this to 

happen?  String.Format() is one method and you can specify the decimal 

count by using place holders. you can then specify the justification as 

well...  I would need more info on how and when you want this to happen..



Morgan



> Can you format a Web Textbox to show "$" currency, 2 decimals and right 

> justify?

> 

> Help....Thanks in VB!

> Greg Bloom

  Return to Index