aspx_beginners thread: Textbox Format
Can you format a Web Textbox to show "$" currency, 2 decimals and right justify? Help....Thanks in VB! Greg Bloom
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
|





